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.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/imports/bluetooth/bluetooth.pro b/src/imports/bluetooth/bluetooth.pro
index 8d0d3308..5a554262 100644
--- a/src/imports/bluetooth/bluetooth.pro
+++ b/src/imports/bluetooth/bluetooth.pro
@@ -3,16 +3,13 @@ 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
+ qdeclarativebluetoothdiscoverymodel.cpp
-RESOURCES += bluetooth.qrc
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
load(qml_plugin)