e8c3c96533
Vadim Kurland, the author of libfwbuilder and fwbuilder, wishes that I maintain this port for him. Submitted by: Vadim Kurland <vadim@fwbuilder.org> Approved by: Maintainer: Vadim Kurland <vadim@fwbuilder.org>
15 lines
489 B
Text
15 lines
489 B
Text
--- qmake.inc.in.linux 2006-06-22 08:36:05.000000000 -0700
|
|
+++ qmake.inc.in 2006-06-22 08:36:27.000000000 -0700
|
|
@@ -34,10 +34,8 @@
|
|
|
|
PKGLOCALEDIR = $$res.path/locale
|
|
|
|
- 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@
|
|
}
|
|
}
|
|
|