From f45294559f976258831821ada062c73965201150 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 26 Apr 2015 00:33:05 +0200 Subject: update to use new watchfish library for sailfish --- sapd.pro | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sapd.pro') 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 -- cgit v1.2.3