Update autobuild scripts
[apps/launcher.git] / launcher / launcher.pro
index 63c6704..e39c64d 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)
+}
+
 SOURCES += \
     src/main.cpp \
     src/applicationmodel.cpp \