X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fonscreenapp.git;a=blobdiff_plain;f=app%2Fapp.pro;h=2c8b56e932c132609665e17bed52cbc932cd2a81;hp=0cc31aa45c0890a423e18126bbe0a53be319625d;hb=8bc49759b5905e86954d506df172680ce2abc40a;hpb=d53b7647a82fb3a8e42c191e2a325767e75a9062 diff --git a/app/app.pro b/app/app.pro index 0cc31aa..2c8b56e 100644 --- a/app/app.pro +++ b/app/app.pro @@ -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