summaryrefslogtreecommitdiff
path: root/sapd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'sapd.pro')
-rw-r--r--sapd.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/sapd.pro b/sapd.pro
index f2157d4..051c2c7 100644
--- a/sapd.pro
+++ b/sapd.pro
@@ -7,12 +7,13 @@ CONFIG += link_pkgconfig
PKGCONFIG += openssl
exists(/usr/lib/libsailfishapp.so) {
- # Building for Jolla Sailfish, Qt5, Bluez5
+ # Building for Jolla Sailfish, Qt5, Bluez4
QT += bluetooth
DEFINES += SAILFISH
- DBUS_ADAPTORS += sailfish/org.freedesktop.Notifications.xml
- SOURCES += sailfish/notificationmonitor.cpp
- HEADERS += sailfish/notificationmonitor.h
+ PKGCONFIG += dbus-1
+ CONFIG += c++11
+ SOURCES += libwatchfish/notificationmonitor.cpp libwatchfish/notification.cpp
+ HEADERS += libwatchfish/notificationmonitor.h libwatchfish/notification.h
} else:greaterThan(QT_MAJOR_VERSION, 4) {
# Building for desktop, Qt5, Bluez5
QT += bluetooth