Forwarded: not-needed
Gbp-Pq: Name qmake-config-nostrip.patch
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
TEMPLATE = subdirs
SUBDIRS += src \
plugins
TEMPLATE = subdirs
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
#Qt Version
QT_VERSION = $$[QT_VERSION]
MERKAARTOR_SRC_DIR = $$PWD/..
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
#Static config
include ($$MERKAARTOR_SRC_DIR/src/Config.pri)
TEMPLATE = subdirs
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
SUBDIRS += background
# qtstyle
#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 {