aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-06-09 22:06:05 -0400
committerScott Murray <scott.murray@konsulko.com>2020-06-11 14:56:00 +0000
commit97fbd6401ee0720d4efe4d4e9e2e02cfc6b0c4bd (patch)
tree94367dc581b547d7a58796c2140f0c04d058d36d /app
parent9f03d663bc584b56e4732e615f8cd771c527a2c4 (diff)
Update autobuild scripts
Update autobuild scripts with reworked version that fixes building outside of the source tree. As well, the project files have been tweaked to strip the release build binaries and add "-debug" in the name of the debug widget file. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Icfb47409097e5d0098e84ff8ae21d38ae1745b5e
Diffstat (limited to 'app')
-rw-r--r--app/app.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
index eec6528..51a5abf 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -6,6 +6,10 @@ PKGCONFIG += qlibhomescreen qlibwindowmanager qtappfw-navigation qtappfw-signal-
CONFIG += c++1z link_pkgconfig
+CONFIG(release, debug|release) {
+ QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
+
include(app.pri)
SOURCES += \