From: Bas Couwenberg Date: Tue, 6 Sep 2016 15:03:10 +0000 (+0100) Subject: Add nostrip to CONFIG for debug package. X-Git-Tag: archive/raspbian/0.19.0+ds-5+rpi1~1^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02712b42ddb3dc7f5704fe6f5766da44aadb815b;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 cda882d..33b908a 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 9470a58..681c22d 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 73b20f0..2dbc5dd 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 +CONFIG += debug_and_release nostrip # This is a workaround to get qDebug() to stdout on Windows win32 {