summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluez/bluez.pri
blob: ea4929cd311f90f1507a23a46bc670c05c4be57a (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