diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-12 15:55:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2020-06-12 15:55:20 +0000 |
commit | d675319c068825b181c01994bf49c286437dacf8 (patch) | |
tree | bc33d0b62ac48a0ea8f4e1e2bf453423aaa9a46f /app | |
parent | 7444efb947f28bf71ab4ce870012fe15adf30565 (diff) | |
parent | d3b3e5a74a61f7da046975131259d4085b4dca45 (diff) |
Merge "Update autobuild scripts"
Diffstat (limited to 'app')
-rw-r--r-- | app/app.pro | 4 |
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 \ |