summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
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 0cc31aa..2c8b56e 100644
--- a/app/app.pro
+++ b/app/app.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)
+}
+
HEADERS += \
eventhandler.h \
onscreenmodel.h