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
