From 247176e61399f14f6d52638d74d5a2a2579c1f55 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 24 Apr 2015 23:00:56 +0200 Subject: added notificationmonitor, notification --- libwatchfish.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libwatchfish.pro (limited to 'libwatchfish.pro') diff --git a/libwatchfish.pro b/libwatchfish.pro new file mode 100644 index 0000000..7967685 --- /dev/null +++ b/libwatchfish.pro @@ -0,0 +1,14 @@ +TARGET = watchfish + +TEMPLATE = lib +CONFIG += staticlib + +CONFIG += c++11 link_pkgconfig +PKGCONFIG += dbus-1 +INCLUDEPATH += /usr/include/dbus-1.0 + +HEADERS = notificationmonitor.h \ + notification.h +SOURCES = notificationmonitor.cpp \ + notification.cpp + -- cgit v1.2.3