summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-06-09 22:05:31 -0400
committerScott Murray <scott.murray@konsulko.com>2020-06-10 22:35:45 +0000
commite18f66f3318c8b073f68fe6f00aaec7d2c882ad7 (patch)
treeacc5e94ceaaca254a9bbeee5c264960136a88e9a /app
parent10713862de0170f0d34cfa9765832e3c04aa69d1 (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: If2071acc4bc5414d860740c6f5d7f96315504c8f
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 39b0048..b0fea14 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -6,6 +6,10 @@ SOURCES = main.cpp
CONFIG += link_pkgconfig
PKGCONFIG += libhomescreen qlibwindowmanager qtappfw-mediaplayer
+CONFIG(release, debug|release) {
+ QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
+
RESOURCES += \
mediaplayer.qrc \
images/images.qrc