summaryrefslogtreecommitdiff
path: root/saltoqd/saltoqd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/saltoqd.pro')
-rw-r--r--saltoqd/saltoqd.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/saltoqd/saltoqd.pro b/saltoqd/saltoqd.pro
index 1c40e7c..46161bc 100644
--- a/saltoqd/saltoqd.pro
+++ b/saltoqd/saltoqd.pro
@@ -6,7 +6,11 @@ QT += dbus bluetooth contacts
CONFIG += c++11 link_pkgconfig
PKGCONFIG += qt5-boostable zlib dbus-1 mlite5 commhistory-qt5 openobex qtcontacts-sqlite-qt5-extensions libmkcal-qt5 libkcalcoren-qt5
-INCLUDEPATH += /usr/include/dbus-1.0 /usr/include/mlite5 /usr/include/commhistory-qt5 /usr/include/mkcal-qt5 /usr/include/kcalcoren-qt5
+INCLUDEPATH += /usr/include/mlite5 /usr/include/commhistory-qt5 /usr/include/mkcal-qt5 /usr/include/kcalcoren-qt5
+
+INCLUDEPATH += $$PWD/../libwatchfish
+DEPENDPATH += $$PWD/../libwatchfish
+LIBS += -L$$OUT_PWD/../libwatchfish/ -lwatchfish
SOURCES += main.cpp \
toqconnection.cpp \
@@ -16,7 +20,7 @@ SOURCES += main.cpp \
musicmanager.cpp \
storagemanager.cpp \
commmanager.cpp \
- notificationmanager.cpp notificationmonitor.cpp \
+ notificationmanager.cpp \
voicecallmanager.cpp \
fmsmanager.cpp \
weathermanager.cpp \
@@ -38,7 +42,7 @@ HEADERS += \
musicmanager.h \
storagemanager.h \
commmanager.h \
- notificationmanager.h notificationmonitor.h \
+ notificationmanager.h \
voicecallmanager.h \
fmsmanager.h \
weathermanager.h \