Add nostrip to CONFIG for debug package.
authorBas Couwenberg <sebastic@debian.org>
Wed, 11 Nov 2020 20:53:53 +0000 (20:53 +0000)
committerJerome Benoit <calculus@rezozer.net>
Wed, 11 Nov 2020 20:53:53 +0000 (20:53 +0000)
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 35e70a416b0bee796361c59457b0c5e27eb068ad..ee9a3d7eed5667ad69045be9e4766c98d864d653 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 TEMPLATE = subdirs
 SUBDIRS += src \
     plugins
index b39d24c5f0e40709a77a8d43d6a485fadc731b76..c71228d02e586baf1028bf0fe14eeeed0846c060 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 b5c3ba8ddd6c43e571d8d32dcb37faeff85d2cf4..a8e113202a6f5c9bf96d1f6bc0e86c2fa589ed12 100644 (file)
@@ -6,7 +6,7 @@ include (Config.pri)
 #Custom config
 include(Custom.pri)
 
-CONFIG += debug_and_release c++11
+CONFIG += debug_and_release c++11 nostrip
 
 # This is a workaround to get qDebug() to stdout on Windows. Uncomment if needed.
 win32 {