aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-12 15:55:20 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2020-06-12 15:55:20 +0000
commitd675319c068825b181c01994bf49c286437dacf8 (patch)
treebc33d0b62ac48a0ea8f4e1e2bf453423aaa9a46f /app/app.pro
parent7444efb947f28bf71ab4ce870012fe15adf30565 (diff)
parentd3b3e5a74a61f7da046975131259d4085b4dca45 (diff)
Merge "Update autobuild scripts"
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
index 3607728..ca7426f 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -2,6 +2,10 @@ TARGET = taskmanager
QT = quickcontrols2 websockets charts
+CONFIG(release, debug|release) {
+ QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
+
SOURCES += \
main.cpp \
taskmanager.cpp \