5583daec2c
is deprecated and scheduled for deletion as it is no longer supported by its author.
15 lines
519 B
Text
15 lines
519 B
Text
--- qmake.inc.in.orig 2008-08-27 22:44:07.000000000 -0700
|
|
+++ qmake.inc.in 2008-08-29 16:04:11.000000000 -0700
|
|
@@ -66,10 +66,8 @@
|
|
PKGLOCALEDIR = $$res.path/locale
|
|
|
|
CONFIG += warn_on debug
|
|
- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
|
|
- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
|
|
- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@
|
|
- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@
|
|
+ QMAKE_CXXFLAGS_DEBUG += @CXXFLAGS@
|
|
+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
|
|
}
|
|
}
|
|
|