46 lines
1.3 KiB
Diff
46 lines
1.3 KiB
Diff
From 4700026b6c22da972d4159a9116221b3feecd314 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
Date: Sat, 28 Dec 2019 13:37:41 +0100
|
|
Subject: [PATCH] Avoid stripping
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
| strip: Unable to recognise the format of the input file `drumkv1_jack'
|
|
|
|
Upstream-Status: Inappropriate [Configuration]
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
---
|
|
src/src_jack.pro | 1 -
|
|
src/src_lv2.pro | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
diff --git a/src/src_jack.pro b/src/src_jack.pro
|
|
index c5f0a02..879d39d 100644
|
|
--- a/src/src_jack.pro
|
|
+++ b/src/src_jack.pro
|
|
@@ -79,7 +79,6 @@ unix {
|
|
mimetypes_scalable.path = $${DATADIR}/icons/hicolor/scalable/mimetypes
|
|
mimetypes_scalable.files += mimetypes/application-x-$${NAME}-preset.svg
|
|
|
|
- CONFIG(release, debug|release):QMAKE_POST_LINK += strip $(TARGET)
|
|
}
|
|
|
|
QT += widgets xml
|
|
diff --git a/src/src_lv2.pro b/src/src_lv2.pro
|
|
index fcf8c1c..ccc95e4 100644
|
|
--- a/src/src_lv2.pro
|
|
+++ b/src/src_lv2.pro
|
|
@@ -66,7 +66,6 @@ unix {
|
|
$${TARGET_LV2UI}.ttl \
|
|
$${NAME}.lv2/manifest.ttl
|
|
|
|
- CONFIG(release, debug|release):QMAKE_POST_LINK += strip $(TARGET);
|
|
QMAKE_POST_LINK += $${QMAKE_COPY} -vp $(TARGET) $${TARGET_LV2}.so
|
|
|
|
QMAKE_CLEAN += $${TARGET_LV2}.so
|
|
--
|
|
2.21.1
|
|
|