From b9ce7c4f79ed37f898ef691b438e0359dc46a05e Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Tue, 31 Jul 2018 22:55:34 +0100 Subject: [PATCH] Add nostrip to CONFIG for debug package. Forwarded: not-needed Gbp-Pq: Name qmake-config-nostrip.patch --- Merkaartor.pro | 2 +- plugins/background/background.pro | 2 +- plugins/common.pri | 2 +- plugins/plugins.pro | 2 +- src/src.pro | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 { -- 2.30.2