summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluez/bluez.pri
blob: b8d39fd20ea9e2344c0c49bbab80284c5afb7fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT  += core dbus

INCLUDEPATH += $${PWD}
INCLUDEPATH += $${PWD}/bluez

DBUS_INTERFACES = \
    $${PWD}/objectmanager.xml \
    $${PWD}/device1.xml

HEADERS += \
    $$PWD/bluetoothdevice_p.h \
    $$PWD/datatypes.h \

SOURCES += \
    $$PWD/bluetoothdevice_p.cpp