diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/app.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro index 8593eb8..70add20 100644 --- a/app/app.pro +++ b/app/app.pro @@ -7,6 +7,10 @@ HEADERS = phone.h numbertype.h fileplayer.h CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager qtappfw-phone qtappfw-bt-pbap gstreamer-1.0 +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + RESOURCES += \ phone.qrc \ images/images.qrc |