launcher: remove unused DBus code artifacts
[apps/launcher.git] / launcher / launcher.pro
index e16e9ce..63c6704 100644 (file)
 
 TEMPLATE = app
 TARGET = launcher
-QT = qml quick dbus websockets
+QT = qml quick websockets
 CONFIG += c++11 link_pkgconfig
 DESTDIR = $${OUT_PWD}/../package/root/bin
 PKGCONFIG += qlibwindowmanager libhomescreen
 
-include(../interfaces/interfaces.pri)
-
 SOURCES += \
     src/main.cpp \
     src/applicationmodel.cpp \
     src/appinfo.cpp \
-    src/applicationlauncher.cpp \
     src/homescreenhandler.cpp
 
 HEADERS  += \
-    src/applicationlauncher.h \
     src/applicationmodel.h \
     src/appinfo.h \
     src/homescreenhandler.h