aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index 1ca59b6..061d2fb 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -15,7 +15,8 @@
TEMPLATE = app
TARGET = HomeScreen
QT = qml quick dbus
-CONFIG += c++11
+CONFIG += c++11 link_pkgconfig
+PKGCONFIG += libpulse
include(../interfaces/interfaces.pri)
@@ -27,7 +28,9 @@ SOURCES += \
src/appinfo.cpp \
src/statusbarmodel.cpp \
src/statusbarserver.cpp \
- src/applicationlauncher.cpp
+ src/applicationlauncher.cpp \
+ src/mastervolume.cpp \
+ src/paclient.cpp
HEADERS += \
src/homescreencontrolinterface.h \
@@ -36,7 +39,9 @@ HEADERS += \
src/statusbarserver.h \
src/applicationlauncher.h \
src/applicationmodel.h \
- src/appinfo.h
+ src/appinfo.h \
+ src/mastervolume.h \
+ src/paclient.h
OTHER_FILES += \
README.md