HI
I have a source code from a qt3 project, but this code don't have .pro file, this program use opengl, libxml2, and qxml, I don't want port this code to qt 4, I want compile this code with qt3, but when I compile g++ say:
"Some of the required modules <xml large-config>are not available."
"Skipped."
here the scketch from my .pro file
Code:
TEMPLATE = app CONFIG += qt opengl warn_on release CONFIG -= dlopen_opengl REQUIRES = opengl CONFIG += qt warn_on release REQUIRES += xml large-config DEPENDPATH += carpets INCLUDEPATH += . \ carpets # Input HEADERS += h files INTERFACES += ui files SOURCES +=cpp files
I hope someone can helpme...