summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libwatchfish.pro')
-rw-r--r--libwatchfish.pro12
1 files changed, 5 insertions, 7 deletions
diff --git a/libwatchfish.pro b/libwatchfish.pro
index 63026d5..e430a95 100644
--- a/libwatchfish.pro
+++ b/libwatchfish.pro
@@ -4,11 +4,9 @@ TEMPLATE = lib
CONFIG += staticlib
CONFIG += link_pkgconfig
-PKGCONFIG += dbus-1
-INCLUDEPATH += /usr/include/dbus-1.0
-
-HEADERS = notificationmonitor.h \
- notification.h
-SOURCES = notificationmonitor.cpp \
- notification.cpp
+PKGCONFIG += dbus-1 timed-qt5
+HEADERS = notificationmonitor.h notification.h \
+ walltimemonitor.h
+SOURCES = notificationmonitor.cpp notification.cpp \
+ walltimemonitor.cpp