summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/bluetooth.pro
blob: f0df8eb9fb2df11fdcbf4796d3d91cf0732195dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CXX_MODULE = connectivity
TARGET  = declarative_bluetooth
TARGETPATH = QtBluetooth
IMPORT_VERSION = 5.6

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)