> And what I also like about SUBDIRS/QMake is your command-line based > build system isn't much more complicated than: > > qmake master.pro > mingw32-make release > > Brilliant!
It's slightly more complicated than that. ;) qmake -r master.pro See? There's a whole additional token you have to include! /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
