From: Bas Couwenberg Date: Wed, 11 Nov 2020 20:53:53 +0000 (+0000) Subject: Add nostrip to CONFIG for debug package. X-Git-Tag: archive/raspbian/0.19.0+ds-5+rpi1~1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5f7605b8aaa8bcde53950a18b65de6e47f04ec53;p=merkaartor.git Add nostrip to CONFIG for debug package. Forwarded: not-needed Gbp-Pq: Name qmake-config-nostrip.patch --- diff --git a/Merkaartor.pro b/Merkaartor.pro index 35e70a4..ee9a3d7 100644 --- a/Merkaartor.pro +++ b/Merkaartor.pro @@ -1,4 +1,4 @@ -CONFIG += debug_and_release +CONFIG += debug_and_release nostrip TEMPLATE = subdirs SUBDIRS += src \ plugins diff --git a/plugins/background/background.pro b/plugins/background/background.pro index b39d24c..c71228d 100644 --- a/plugins/background/background.pro +++ b/plugins/background/background.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs -CONFIG += debug_and_release +CONFIG += debug_and_release nostrip #Qt Version QT_VERSION = $$[QT_VERSION] diff --git a/plugins/common.pri b/plugins/common.pri index 494d1a7..9dd5454 100644 --- a/plugins/common.pri +++ b/plugins/common.pri @@ -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) diff --git a/plugins/plugins.pro b/plugins/plugins.pro index 43184e4..5b1ae1b 100644 --- a/plugins/plugins.pro +++ b/plugins/plugins.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs -CONFIG += debug_and_release +CONFIG += debug_and_release nostrip SUBDIRS += background # qtstyle diff --git a/src/src.pro b/src/src.pro index b5c3ba8..a8e1132 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 {