summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-06-09 22:05:43 -0400
committerScott Murray <scott.murray@konsulko.com>2020-06-10 22:35:30 +0000
commit84cc710563d2730e7dcbd096a2cb9540c0bea80b (patch)
treea2aebba1b03d0bed20d70a7cba86391b384ca6e1 /app
parentd78d1f00590e38a28373f6211424b48e4f2635dd (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: I1262a29b4bbf3958e9df76f111b35dccea367c2f
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 21676b1..41566ec 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -6,6 +6,10 @@ QT += positioning
QT += core
CONFIG += c++11 link_pkgconfig
+CONFIG(release, debug|release) {
+ QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
+
HEADERS += \
markermodel.h \
guidance_module.h \