aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/launcher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/launcher.pro')
-rw-r--r--launcher/launcher.pro23
1 files changed, 11 insertions, 12 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index 0d61233..674a0d9 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -15,10 +15,10 @@
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
+CONFIG += c++11 link_pkgconfig
+DESTDIR = $${OUT_PWD}
+PKGCONFIG += qtappfw-applauncher
CONFIG(release, debug|release) {
QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
@@ -27,15 +27,11 @@ CONFIG(release, debug|release) {
SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \
- src/appinfo.cpp \
- src/shell-desktop.cpp \
- src/homescreenhandler.cpp
+ src/appinfo.cpp
HEADERS += \
src/applicationmodel.h \
- src/appinfo.h \
- src/shell-desktop.h \
- src/homescreenhandler.h
+ src/appinfo.h
OTHER_FILES += \
README.md
@@ -44,5 +40,8 @@ RESOURCES += \
qml/images/images.qrc \
qml/qml.qrc
-WAYLANDCLIENTSOURCES += \
- protocol/agl-shell-desktop.xml
+target.path = $${PREFIX}/usr/bin
+target.files += $${OUT_PWD}/$${TARGET}
+target.CONFIG = no_check_exist executable
+
+INSTALLS += target