summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/bluetooth.pro
blob: c4e6e3df7ade7fcc0b8e2678e320aac7449e44b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGETPATH = QtBluetooth

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)