[Qt-creator] Where to input compiler options in Qt creator
Andre Poenitz
andre.poenitz at mathematik.tu-chemnitz.de
Sun Nov 7 22:49:42 CET 2010
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'
More information about the Qt-creator-old
mailing list