From 9a3aaa3ded78ece418ac9b8b9576d8a433519034 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 13 Dec 2015 01:39:33 +0100 Subject: Add stubs for new WallTimeMonitor, a timed-qt5 wrapper. --- libwatchfish.pro | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'libwatchfish.pro') 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 -- cgit v1.2.3