summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-26 19:45:33 +0100
committerJavier <dev.git@javispedro.com>2015-12-26 19:45:33 +0100
commitffeca2b8740fba10e916fe04e89ef2fd5c606a90 (patch)
tree9deea9349bf816c1bc0948ce1fe0b71bc07d2c11 /libwatchfish.pro
parentb91c2c3aff5c91d6afb2b9fa2f3ceceaf0642d24 (diff)
downloadlibwatchfish-ffeca2b8740fba10e916fe04e89ef2fd5c606a90.tar.gz
libwatchfish-ffeca2b8740fba10e916fe04e89ef2fd5c606a90.zip
prepare skeleton for music controller API
Diffstat (limited to 'libwatchfish.pro')
-rw-r--r--libwatchfish.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/libwatchfish.pro b/libwatchfish.pro
index 59b26ba..77bb26a 100644
--- a/libwatchfish.pro
+++ b/libwatchfish.pro
@@ -8,7 +8,10 @@ CONFIG += link_pkgconfig
PKGCONFIG += dbus-1 timed-qt5
HEADERS = notificationmonitor.h notificationmonitor_p.h notification.h \
- walltimemonitor.h walltimemonitor_p.h
+ walltimemonitor.h walltimemonitor_p.h \
+ musiccontroller.h \
+ musiccontroller_p.h
SOURCES = notificationmonitor.cpp notification.cpp \
- walltimemonitor.cpp
+ walltimemonitor.cpp \
+ musiccontroller.cpp