I am working on an old application my company is still supporting, and it uses Qt 3.3.5. I need to recompile this Qt source in order to add both canvas and xml ability. The person who originally compiled this is gone now, and I am not very familiar with Qt 3.x configuration. If someone could help me to configure and build so that I can add canvas and xml, that would be great.
In particular, when I run “configure -debug”, the configure output line that starts “OpenGL support” shows that this is not supported.
Later on, I get the following lines:
For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\canvas\canva s.pro
Project file not generated because all requirements not met:
canvas
For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\xml\outliner \outliner.pro
Project file not generated because all requirements not met:
xml
For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\xml\tagreade r\tagreader.pro
Project file not generated because all requirements not met:
xml
For C:\MAK\ASOC\TrainerMEM\3p\Qt\examples\xml\tagreade r-with-features\tagreader-with-features.pro
Project file not generated because all requirements not met:
xml
I changed my configure line to “configure -debug -qconfig full”, thinking this might be a requirement, but it didn’t help. I got the same output.
The build output was attached in another forum, and I also attached the canvas.pro and outliner.pro files in case they would help. I’m hoping you can just link there using the following links. If you want to see these files and cannot from these links, please let me know and I’ll send them to you.
build.zip: http://www.qtcentre.org/attachment.php?attachmentid=9804&d=1384960361
canvas.pro: http://www.qtcentre.org/attachment.php?attachmentid=9802&d=1384959606
outliner.pro: http://www.qtcentre.org/attachment.php?attachmentid=9803&d=1384959609
Thanks for any help you can give…
↧