Remove dependency on old application framework and wayland
[apps/launcher.git] / launcher / launcher.pro
index e39c64d..d99b09c 100644 (file)
 
 TEMPLATE = app
 TARGET = launcher
-QT = qml quick websockets
+QT = qml quick gui-private
 CONFIG += c++11 link_pkgconfig
-DESTDIR = $${OUT_PWD}/../package/root/bin
-PKGCONFIG += qlibwindowmanager libhomescreen
+DESTDIR = $${OUT_PWD}
+PKGCONFIG += json-c
 
 CONFIG(release, debug|release) {
     QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
@@ -41,3 +41,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