summaryrefslogtreecommitdiffstats
path: root/src/qtdevicesettings/bluetoothsettingsplugin/bluez/bluez.pri
blob: f20be87d2abcb03dd80ad6072a45b26556c57c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-03T13:52:45
#
#-------------------------------------------------

QT       += core dbus

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

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

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

SOURCES += \
    $$PWD/bluetoothdevice_p.cpp