Add nostrip to CONFIG for debug package.
authorBas Couwenberg <sebastic@debian.org>
Tue, 6 Sep 2016 15:03:10 +0000 (16:03 +0100)
committerBas Couwenberg <sebastic@debian.org>
Tue, 6 Sep 2016 15:03:10 +0000 (16:03 +0100)
Forwarded: not-needed

Gbp-Pq: Name qmake-config-nostrip.patch

Merkaartor.pro
plugins/background/background.pro
plugins/common.pri
plugins/plugins.pro
src/src.pro

index cda882d7ca8b7e9b87a535fac240ce91db683b84..33b908aa163d0a6ff581aee179d2ab8169ee2806 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 TEMPLATE = subdirs
 SUBDIRS += src \
     plugins
index 9470a58a7c41a944765b1cc379e2407753c04571..681c22d9991669b2e3b355d9145e729499563146 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = subdirs
 
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 
 #Qt Version
 QT_VERSION = $$[QT_VERSION]
index 494d1a79ffab2a958ab66c4ec66896e08c58ab66..9dd54543e0275903c1238ba7d0399e5e3edcf4df 100644 (file)
@@ -10,7 +10,7 @@ QT_VER_MIN = $$member(QT_VERSION, 1)
 
 MERKAARTOR_SRC_DIR = $$PWD/..
 
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 
 #Static config
 include ($$MERKAARTOR_SRC_DIR/src/Config.pri)
index 43184e49732bb9cecdb7b6f4e99ffc458a074a0a..5b1ae1bd7775b6e065a9e433517b34d6f3003c23 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = subdirs
 
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 
 SUBDIRS += background
 # qtstyle
index 73b20f07f5ff2be967cc4f56b6a747b9720af0a7..2dbc5ddc03d93325a871ecbcbe5674e57ced8d90 100644 (file)
@@ -6,7 +6,7 @@ include (Config.pri)
 #Custom config
 include(Custom.pri)
 
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 
 # This is a workaround to get qDebug() to stdout on Windows
 win32 {