summaryrefslogtreecommitdiff
path: root/saltoqd/saltoqd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/saltoqd.pro')
-rw-r--r--saltoqd/saltoqd.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/saltoqd/saltoqd.pro b/saltoqd/saltoqd.pro
index d0efe94..8b656ba 100644
--- a/saltoqd/saltoqd.pro
+++ b/saltoqd/saltoqd.pro
@@ -5,7 +5,7 @@ QT += dbus bluetooth
CONFIG += c++11 link_pkgconfig
-PKGCONFIG += zlib commhistory-qt5
+PKGCONFIG += zlib commhistory-qt5 openobex
INCLUDEPATH += /usr/include/commhistory-qt5
SOURCES += main.cpp \
@@ -17,7 +17,10 @@ SOURCES += main.cpp \
storagemanager.cpp \
commmanager.cpp \
notificationmanager.cpp notificationmonitor.cpp \
- voicecallmanager.cpp
+ voicecallmanager.cpp \
+ fmsmanager.cpp \
+ weathermanager.cpp \
+ obexconnection.cpp
HEADERS += \
toqconnection.h \
@@ -28,7 +31,10 @@ HEADERS += \
storagemanager.h \
commmanager.h \
notificationmanager.h notificationmonitor.h \
- voicecallmanager.h
+ voicecallmanager.h \
+ fmsmanager.h \
+ weathermanager.h \
+ obexconnection.h
DBUS_ADAPTORS += org.freedesktop.Notifications.xml