summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libwatchfish.pro')
-rw-r--r--libwatchfish.pro14
1 files changed, 14 insertions, 0 deletions
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
+