aboutsummaryrefslogtreecommitdiffstats
path: root/launcher
diff options
context:
space:
mode:
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 \