aboutsummaryrefslogtreecommitdiffstats
path: root/launcher
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-06-09 22:05:27 -0400
committerScott Murray <scott.murray@konsulko.com>2020-06-09 22:07:03 -0400
commitaae3ab7da4a7f580f5840509646d5ce3f6f56a6a (patch)
treeba6b56f3558591812e3e007a2023cb67f3bd3f3b /launcher
parent64827f59682374ffc9174b38677f94e1535579d4 (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: I94403dff83267b8a16d675875c77f2f32dd77c8d
Diffstat (limited to 'launcher')
-rw-r--r--launcher/launcher.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index 63c6704..e39c64d 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -20,6 +20,10 @@ CONFIG += c++11 link_pkgconfig
DESTDIR = $${OUT_PWD}/../package/root/bin
PKGCONFIG += qlibwindowmanager libhomescreen
+CONFIG(release, debug|release) {
+ QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
+
SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \