From: Bas Couwenberg Date: Sat, 29 Oct 2022 15:50:39 +0000 (+0100) Subject: Add nostrip to CONFIG for debug package. X-Git-Tag: archive/raspbian/0.19.0+ds-5+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff00d777888c65ea4f3697e22de96fbd63d17a6e;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 87c6927..ffc6a9a 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 800dbc0..fda380c 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 # avoid deprecation warnings which 5.15 introduced. DEFINES += QT_NO_DEPRECATED_WARNINGS 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 d04e197..2ac0216 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 # avoid deprecation warnings which 5.15 introduced. DEFINES += QT_NO_DEPRECATED_WARNINGS