Update autobuild scripts
[apps/homescreen.git] / homescreen / homescreen.pro
index 2f3443f..cb3d919 100644 (file)
@@ -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 \