Update autobuild scripts
[apps/onscreenapp.git] / app / app.pro
index 0cc31aa..2c8b56e 100644 (file)
@@ -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