On Fri, Feb 03, 2012 at 01:54:13PM -0500, Duane wrote: > > > >If it doesn't work with QMAKE_CXXFLAGS in the .pro file, there must be > >another reason, like being overridden but other options (-Wall?) later. > >Do you have 'warn_on' in CONFIG? > > > > Hello Andre. No I was mistaken. the lower case didn't work at all. > It was blocking the build and I thought that it blocked the errors. > > I'm not sure what you mean by having warn on in CONFIG.
The qmake CONFIG variable. Does it contain 'warn_on'? Or asked differently, does "CONFIG -= warn_on" in the .pro change anything? > installed the SDK with whatever the defaults were for the most part. > I don't have -Wall set in the .pro file. What does a typical g++ line in the "Compile Output" pane look like when compiling your project? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
