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. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
