summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/bluetooth.pro
blob: 8d0d3308fa7b67d2f8e2b790ffffcadde5344921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += quick bluetooth network

HEADERS += \
    qdeclarativebluetoothservice_p.h \
    qdeclarativebluetoothsocket_p.h \
    qdeclarativebluetoothimageprovider_p.h \
    qdeclarativebluetoothdiscoverymodel_p.h

SOURCES += plugin.cpp \
    qdeclarativebluetoothservice.cpp \
    qdeclarativebluetoothsocket.cpp \
    qdeclarativebluetoothdiscoverymodel.cpp \
    qdeclarativebluetoothimageprovider.cpp

RESOURCES += bluetooth.qrc
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

load(qml_plugin)