summaryrefslogtreecommitdiff
path: root/libwatchfish.pro
blob: 59b26bab3f0c25bd9154c794309605f99d5d51eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = watchfish

TEMPLATE = lib
CONFIG += staticlib
QT += dbus

CONFIG += link_pkgconfig
PKGCONFIG += dbus-1 timed-qt5

HEADERS = notificationmonitor.h notificationmonitor_p.h notification.h \
    walltimemonitor.h walltimemonitor_p.h

SOURCES = notificationmonitor.cpp notification.cpp \
    walltimemonitor.cpp