summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libwatchfish.pro')
-rw-r--r--libwatchfish.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/libwatchfish.pro b/libwatchfish.pro
index e430a95..59b26ba 100644
--- a/libwatchfish.pro
+++ b/libwatchfish.pro
@@ -2,11 +2,13 @@ TARGET = watchfish
TEMPLATE = lib
CONFIG += staticlib
+QT += dbus
CONFIG += link_pkgconfig
PKGCONFIG += dbus-1 timed-qt5
-HEADERS = notificationmonitor.h notification.h \
- walltimemonitor.h
+HEADERS = notificationmonitor.h notificationmonitor_p.h notification.h \
+ walltimemonitor.h walltimemonitor_p.h
+
SOURCES = notificationmonitor.cpp notification.cpp \
walltimemonitor.cpp