aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index 2f3443f..cb3d919 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -22,6 +22,10 @@ PKGCONFIG += qlibwindowmanager qtappfw-weather qtappfw-network qtappfw-bt afb-he
LIBS += -lhomescreen
+CONFIG(release, debug|release) {
+ QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
+
SOURCES += \
src/main.cpp \
src/statusbarmodel.cpp \