X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Flauncher.pro;h=110aedc979dc9ea5e93a07ab2d4a01e8fd16aa1e;hb=200f62d3dd9a9032a5578fd993034d57014d0f09;hp=e16e9ce5c1e2e5234717ecdfa20c908b26c9ecc4;hpb=5560ed2ad3247dd7ffb73402fd435cd79f62f8a5;p=apps%2Flauncher.git diff --git a/launcher/launcher.pro b/launcher/launcher.pro index e16e9ce..110aedc 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -15,24 +15,26 @@ TEMPLATE = app TARGET = launcher -QT = qml quick dbus websockets -CONFIG += c++11 link_pkgconfig +QT = qml quick websockets gui-private +CONFIG += c++11 link_pkgconfig wayland-scanner DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager libhomescreen +PKGCONFIG += libhomescreen wayland-client -include(../interfaces/interfaces.pri) +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} SOURCES += \ src/main.cpp \ src/applicationmodel.cpp \ src/appinfo.cpp \ - src/applicationlauncher.cpp \ + src/shell-desktop.cpp \ src/homescreenhandler.cpp HEADERS += \ - src/applicationlauncher.h \ src/applicationmodel.h \ src/appinfo.h \ + src/shell-desktop.h \ src/homescreenhandler.h OTHER_FILES += \ @@ -41,3 +43,7 @@ OTHER_FILES += \ 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