diff options
Diffstat (limited to 'app/app.pro')
-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 958614f..497ac8c 100644 --- a/app/app.pro +++ b/app/app.pro @@ -7,6 +7,10 @@ SOURCES = main.cpp PresetDataObject.cpp CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager qtappfw-radio +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + RESOURCES += \ radio.qrc \ images/images.qrc |