summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-13 02:14:50 +0100
committerJavier <dev.git@javispedro.com>2015-12-13 02:14:50 +0100
commit8dc9a1295b7c1a5f81c55244b5d2bb3a3bddb30b (patch)
treedb221c4dfe14ba7d248b940c6473a9bbecd25e46 /libwatchfish.pro
parent9a3aaa3ded78ece418ac9b8b9576d8a433519034 (diff)
downloadlibwatchfish-8dc9a1295b7c1a5f81c55244b5d2bb3a3bddb30b.tar.gz
libwatchfish-8dc9a1295b7c1a5f81c55244b5d2bb3a3bddb30b.zip
Separate NotificationMonitorPrivate into its own file
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