Peter Kümmel wrote:
Abdelrazak Younes wrote:
Peter Kümmel wrote:
You could change to the src folder and call there nmake, then only
the libraries are build, not all the other stuff.
So qmake doesn't keep history of what was already compiled? I am glad we
didn't go that way ;-)
We only require QtCore4 and QtGui4. We got rid of Qt3Support4 some time
ago :-)
Cool, before some days I must define QT3_SUPPORT.
Ah but that's different. We still use some of the Qt3 support method in
Qt4 API classes but we got rid of all Qt3XXX classes use.
so you could break the build process.
I have done that...
Here I have the path to qmake in my PATH variable,
but you could also set QTDIR, then cmake should find
your Qt files.
OK, I'll try that.
Abdel.