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
# avoid deprecation warnings which 5.15 introduced.
DEFINES += QT_NO_DEPRECATED_WARNINGS
TEMPLATE = subdirs
-CONFIG += debug_and_release
+CONFIG += debug_and_release nostrip
SUBDIRS += background
# qtstyle
#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