> Wouldn't it be best to have no external build system at all and to fire all > moc, gcc, calls from qtcreator directly? Then it is not hard to build only > one file. You also could hold a hash of each file which would speedup > turn-around times alot. > > A build system would only be required when you wanna use the "q5make pro" > files > in the shell without qtcreator. The same code base would be within a > qtcreator-plugin > and linked statically into q5make.
The main problem I see with this is that you have to be able to process all of the makefile customization rules, and process them CORRECTLY. Otherwise you're losing power. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
