summaryrefslogtreecommitdiff
path: root/saltoqd/saltoqd.pro
blob: b1544919c893ea804a6dea2f750571c790a991f8 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
TEMPLATE = app
CONFIG += console
QT -= qml
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

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 \
    cardmanager.cpp \
    agendamanager.cpp \
    settings.cpp \
    settingsmanager.cpp \
    toqmanageradaptor.cpp \
    msolimageiohandler.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 \
    cardmanager.h \
    agendamanager.h \
    settings.h \
    settingsmanager.h \
    toqmanageradaptor.h \
    msolimageiohandler.h

DBUS_INTERFACES += com.nokia.profiled.xml org.nemomobile.voicecall.VoiceCallManager.xml org.nemomobile.voicecall.VoiceCall.xml
QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i voicecallmanager.h

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

unit.path = /usr/lib/systemd/user/
unit.files = saltoqd.service
INSTALLS += unit

workaround.path = /usr/lib/systemd/system/
workaround.files = saltoq-bt-sniff-subrate.service
INSTALLS += workaround