X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Flauncher.pro;h=929960f28c5294fde397873bf090810e719380e3;hb=9495545c38d5e72014cba05f8ea79c98ed3321a1;hp=110aedc979dc9ea5e93a07ab2d4a01e8fd16aa1e;hpb=200f62d3dd9a9032a5578fd993034d57014d0f09;p=apps%2Flauncher.git diff --git a/launcher/launcher.pro b/launcher/launcher.pro index 110aedc..929960f 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -15,26 +15,26 @@ TEMPLATE = app TARGET = launcher -QT = qml quick websockets gui-private -CONFIG += c++11 link_pkgconfig wayland-scanner -DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += libhomescreen wayland-client +QT = qml quick gui-private dbus +CONFIG += c++11 link_pkgconfig +DESTDIR = $${OUT_PWD} +PKGCONFIG += json-c 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/shell-desktop.cpp \ src/homescreenhandler.cpp HEADERS += \ src/applicationmodel.h \ src/appinfo.h \ - src/shell-desktop.h \ src/homescreenhandler.h OTHER_FILES += \ @@ -44,6 +44,8 @@ RESOURCES += \ qml/images/images.qrc \ qml/qml.qrc -AGL_SHELL_DESKTOP_PATH = $$system(pkg-config --variable=pkgdatadir agl-compositor-0.0.19-protocols) -WAYLANDCLIENTSOURCES += \ - $$AGL_SHELL_DESKTOP_PATH/agl-shell-desktop.xml +target.path = $${PREFIX}/usr/bin +target.files += $${OUT_PWD}/$${TARGET} +target.CONFIG = no_check_exist executable + +INSTALLS += target