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, 6 insertions, 4 deletions
diff --git a/saltoqd/saltoqd.pro b/saltoqd/saltoqd.pro
index 8b656ba..8661518 100644
--- a/saltoqd/saltoqd.pro
+++ b/saltoqd/saltoqd.pro
@@ -1,11 +1,11 @@
TEMPLATE = app
CONFIG += console
QT -= qml
-QT += dbus bluetooth
+QT += dbus bluetooth contacts
CONFIG += c++11 link_pkgconfig
-PKGCONFIG += zlib commhistory-qt5 openobex
+PKGCONFIG += zlib commhistory-qt5 openobex qtcontacts-sqlite-qt5-extensions
INCLUDEPATH += /usr/include/commhistory-qt5
SOURCES += main.cpp \
@@ -20,7 +20,8 @@ SOURCES += main.cpp \
voicecallmanager.cpp \
fmsmanager.cpp \
weathermanager.cpp \
- obexconnection.cpp
+ obexconnection.cpp \
+ contactsmanager.cpp
HEADERS += \
toqconnection.h \
@@ -34,7 +35,8 @@ HEADERS += \
voicecallmanager.h \
fmsmanager.h \
weathermanager.h \
- obexconnection.h
+ obexconnection.h \
+ contactsmanager.h
DBUS_ADAPTORS += org.freedesktop.Notifications.xml