> The second questions is about the qmake -t vcapp flag. I would like to > create a complete visual studio solution for building QtCreator from within > Visual Studio. However it seems that the qmake -t vcapp flag is not able to > recurse a complex project hierarchy like the one of QTCreator. Should I > write a batch that runs qmake -t vcapp for each subproject?
I haven't tried it with Visual Studio, but try adding -r for "recursive" to the qmake command line. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
