[Qt-creator] gcc warnings
Duane
duane.hebert at group-upc.com
Fri Feb 3 14:47:37 CET 2012
On 02/03/2012 07:07 AM, miguel tostes wrote:
> Use -v to check if it reached gcc...
>
> QMAKE_CXXFLAGS += -v
>
> Because "-Wno-reorder" is a valid cmdline option for gcc.
Couple of things. It didn't seem to work when added to the .pro file.
I added it to the make arguments section in the build/run config from
QtCreator. At first it didn't work either but then I changed the arg to
-wno-reorder and it works as expected. Lower case w.
Thanks to everyone for the assistance.
More information about the Qt-creator
mailing list