add vui button
[apps/homescreen.git] / homescreen / homescreen.pro
index 0e5bb58..923c961 100644 (file)
@@ -18,9 +18,10 @@ TARGET = HomeScreen
 QT = qml quick dbus websockets
 CONFIG += c++11 link_pkgconfig
 DESTDIR = $${OUT_PWD}/../package/root/bin
-PKGCONFIG += qlibwindowmanager qtappfw
+PKGCONFIG += qlibwindowmanager qlibhomescreen qtappfw afb-helpers-qt
 
-LIBS += -lhomescreen
+LIBS += -lafbwsc
+LIBS += -lsystemd
 
 include(../interfaces/interfaces.pri)
 
@@ -30,14 +31,20 @@ SOURCES += \
     src/statusbarserver.cpp \
     src/applicationlauncher.cpp \
     src/mastervolume.cpp \
-    src/homescreenhandler.cpp
+    src/homescreenhandler.cpp \
+    src/toucharea.cpp \
+    src/shortcutappmodel.cpp \
+    src/homescreenvoice.cpp
 
 HEADERS  += \
     src/statusbarmodel.h \
     src/statusbarserver.h \
     src/applicationlauncher.h \
     src/mastervolume.h \
-    src/homescreenhandler.h
+    src/homescreenhandler.h \
+    src/toucharea.h \
+    src/shortcutappmodel.h \
+    src/homescreenvoice.h
 
 OTHER_FILES += \
     README.md