summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/bluetooth/bluetooth.pro')
-rw-r--r--src/imports/bluetooth/bluetooth.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/imports/bluetooth/bluetooth.pro b/src/imports/bluetooth/bluetooth.pro
deleted file mode 100644
index c4e6e3df..00000000
--- a/src/imports/bluetooth/bluetooth.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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)