summaryrefslogtreecommitdiffstats
path: root/launcher/launcher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/launcher.pro')
-rw-r--r--launcher/launcher.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index e16e9ce..63c6704 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -15,22 +15,18 @@
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