summaryrefslogtreecommitdiff
path: root/saltoqd/saltoqd.pro
blob: e261b366cd6992d1c984c77691a82391ce92eb6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
TEMPLATE = app
CONFIG += console
QT -= qml
QT += dbus bluetooth contacts

CONFIG += c++11 link_pkgconfig

PKGCONFIG += zlib mlite5 commhistory-qt5 openobex qtcontacts-sqlite-qt5-extensions
INCLUDEPATH += /usr/include/commhistory-qt5 /usr/include/mlite5

SOURCES += main.cpp \
    toqconnection.cpp \
    toqmanager.cpp \
    versionmanager.cpp \
    systemmanager.cpp \
    musicmanager.cpp \
    storagemanager.cpp \
    commmanager.cpp \
    notificationmanager.cpp notificationmonitor.cpp \
    voicecallmanager.cpp \
    fmsmanager.cpp \
    weathermanager.cpp \
    obexconnection.cpp \
    contactsmanager.cpp

HEADERS += \
    toqconnection.h \
    toqmanager.h \
    versionmanager.h \
    systemmanager.h \
    musicmanager.h \
    storagemanager.h \
    commmanager.h \
    notificationmanager.h notificationmonitor.h \
    voicecallmanager.h \
    fmsmanager.h \
    weathermanager.h \
    obexconnection.h \
    contactsmanager.h

DBUS_ADAPTORS += org.freedesktop.Notifications.xml

DBUS_INTERFACES += com.nokia.profiled.xml org.nemomobile.voicecall.VoiceCallManager.xml

target.path = /usr/bin
INSTALLS += target