summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/bluetooth.pro
blob: 243322b5129e6dcade22bb183e74a4f0f875bb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT = core quick bluetooth

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

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

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

load(qml_plugin)