summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libwatchfish.pro')
-rw-r--r--libwatchfish.pro13
1 files changed, 2 insertions, 11 deletions
diff --git a/libwatchfish.pro b/libwatchfish.pro
index 77bb26a..8935a77 100644
--- a/libwatchfish.pro
+++ b/libwatchfish.pro
@@ -4,14 +4,5 @@ TEMPLATE = lib
CONFIG += staticlib
QT += dbus
-CONFIG += link_pkgconfig
-PKGCONFIG += dbus-1 timed-qt5
-
-HEADERS = notificationmonitor.h notificationmonitor_p.h notification.h \
- walltimemonitor.h walltimemonitor_p.h \
- musiccontroller.h \
- musiccontroller_p.h
-
-SOURCES = notificationmonitor.cpp notification.cpp \
- walltimemonitor.cpp \
- musiccontroller.cpp
+WATCHFISH_FEATURES = notificationmonitor walltime music
+include(libwatchfish.pri)