Rework to use launcher wrapper from libqtappfw
[apps/launcher.git] / launcher / launcher.pro
index 929960f..0bfc8b9 100644 (file)
@@ -18,7 +18,7 @@ TARGET = launcher
 QT = qml quick gui-private dbus
 CONFIG += c++11 link_pkgconfig
 DESTDIR = $${OUT_PWD}
-PKGCONFIG += json-c
+PKGCONFIG += qtappfw-applauncher
 
 CONFIG(release, debug|release) {
     QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
@@ -29,13 +29,11 @@ DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux
 SOURCES += \
     src/main.cpp \
     src/applicationmodel.cpp \
-    src/appinfo.cpp \
-    src/homescreenhandler.cpp
+    src/appinfo.cpp
 
 HEADERS  += \
     src/applicationmodel.h \
-    src/appinfo.h \
-    src/homescreenhandler.h
+    src/appinfo.h
 
 OTHER_FILES += \
     README.md