Update CLI Qmake project file compiler flags.

This commit is contained in:
Kimmo Varis 2010-04-03 14:08:17 +03:00
parent a4144b9d18
commit 8453228a60
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ win32 {
# Add more strict compiling flags for GCC # Add more strict compiling flags for GCC
contains(QMAKE_CXX, g++) { contains(QMAKE_CXX, g++) {
QMAKE_CXXFLAGS_WARN_ON += -Wextra -pedantic -Wfloat-equal -Wcast-qual -Wlogical-op QMAKE_CXXFLAGS_WARN_ON += -Wextra -pedantic -Wfloat-equal -Wcast-qual -Wlogical-op -Wno-long-long
CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {
# checked STL # checked STL