267f6718d0
from new maintainer Vadim Zhukov <persgray at gmail> after initial work by me
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
$OpenBSD: patch-qmake_inc_in,v 1.3 2008/11/05 20:37:48 steven Exp $
|
|
--- qmake.inc.in.orig Mon Sep 1 09:45:37 2008
|
|
+++ qmake.inc.in Mon Sep 8 20:43:12 2008
|
|
@@ -27,7 +27,7 @@ unix {
|
|
migration.path = @TEMPLATE_DIR@/migration
|
|
doc.path = @DOCDIR@
|
|
|
|
- CONFIG += warn_on debug
|
|
+ CONFIG += warn_on release
|
|
QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
|
|
QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
|
|
QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@
|