X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Flauncher.pro;h=929960f28c5294fde397873bf090810e719380e3;hb=9495545c38d5e72014cba05f8ea79c98ed3321a1;hp=e16e9ce5c1e2e5234717ecdfa20c908b26c9ecc4;hpb=4b45ee3167d9218772d76555a65c5f2c673c72a8;p=apps%2Flauncher.git diff --git a/launcher/launcher.pro b/launcher/launcher.pro index e16e9ce..929960f 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -15,22 +15,24 @@ TEMPLATE = app TARGET = launcher -QT = qml quick dbus websockets +QT = qml quick gui-private dbus CONFIG += c++11 link_pkgconfig -DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager libhomescreen +DESTDIR = $${OUT_PWD} +PKGCONFIG += json-c -include(../interfaces/interfaces.pri) +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + +DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux.AppLaunch.xml SOURCES += \ src/main.cpp \ src/applicationmodel.cpp \ src/appinfo.cpp \ - src/applicationlauncher.cpp \ src/homescreenhandler.cpp HEADERS += \ - src/applicationlauncher.h \ src/applicationmodel.h \ src/appinfo.h \ src/homescreenhandler.h @@ -41,3 +43,9 @@ OTHER_FILES += \ RESOURCES += \ qml/images/images.qrc \ qml/qml.qrc + +target.path = $${PREFIX}/usr/bin +target.files += $${OUT_PWD}/$${TARGET} +target.CONFIG = no_check_exist executable + +INSTALLS += target