Add nostrip to CONFIG for debug package.
authorBas Couwenberg <sebastic@debian.org>
Sat, 4 Sep 2021 15:05:19 +0000 (16:05 +0100)
committerBas Couwenberg <sebastic@debian.org>
Sat, 4 Sep 2021 15:05:19 +0000 (16:05 +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 87c6927ae199ec073e4d45f8588d84c147e18131..ffc6a9a536d952fa0c0f22db44ab7d6ff6ea2f1d 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 800dbc007dda9ac5350e4b9015ea740643a1071e..fda380c0db2885c473a84d4a04f690677f255925 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
 # avoid deprecation warnings which 5.15 introduced.
 DEFINES += QT_NO_DEPRECATED_WARNINGS
 
index 43184e49732bb9cecdb7b6f4e99ffc458a074a0a..5b1ae1bd7775b6e065a9e433517b34d6f3003c23 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = subdirs
 
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
 
 SUBDIRS += background
 # qtstyle
index d04e197061bbc88692c66e56827426cf5c2433e9..2ac0216aa080c1c41879cfa8ff17a7a045228fc0 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
 # avoid deprecation warnings which 5.15 introduced.
 DEFINES += QT_NO_DEPRECATED_WARNINGS