Andre; I very appreciate your reply.
What I am trying to do with Qt creator is to build ITK libraries via cmake. Previously I use Code:Blocks that contains lots of compilation options for debug/release modes. I am wondering if Qt creator has such function or the options have to be added in cMakeCache.txt after running cmake. BTW: Could you please let me know about which version of Qt Creator can make cmake built-in like qmake? Regards, Sam On Sat, Nov 06, 2010 at 09:31:55PM -0400, Sam Sun wrote: >* Could you please let me know where to put compiler options in Qt creator *>* such as -g, -o, etc? thank you. * One possibility is to have a line QMAKE_CXXFLAGS += -g or such in your .pro file. -o does not seem to make much sense, though. What exactly do you want to achieve? Andre'
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
