From 8dc9a1295b7c1a5f81c55244b5d2bb3a3bddb30b Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 13 Dec 2015 02:14:50 +0100 Subject: Separate NotificationMonitorPrivate into its own file --- libwatchfish.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libwatchfish.pro') 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 -- cgit v1.2.3