X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;h=cb3d919aaeaf129fb7a06d0adbe01e635b973614;hb=refs%2Fchanges%2F91%2F24791%2F2;hp=2f3443fd5d8984759998b514584a3552789fc13a;hpb=866cae834b24aec99b8cf30d538681b1c5567a77;p=apps%2Fhomescreen.git diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 2f3443f..cb3d919 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -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 \