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.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/imports/bluetooth/bluetooth.pro b/src/imports/bluetooth/bluetooth.pro
new file mode 100644
index 00000000..323c9f00
--- /dev/null
+++ b/src/imports/bluetooth/bluetooth.pro
@@ -0,0 +1,29 @@
+TARGET = declarative_bluetooth
+TARGETPATH = QtBluetooth
+
+include(qbluetoothimport.pri)
+target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+DESTDIR = $$QT.bluetooth.imports/$$TARGETPATH
+INSTALLS += target
+
+qmldir.files += $$PWD/qmldir
+qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+INSTALLS += qmldir
+
+QT += declarative bluetooth network
+
+# Input
+HEADERS += \
+ qdeclarativebluetoothservice_p.h \
+ qdeclarativebluetoothsocket_p.h \
+ qdeclarativebluetoothimageprovider_p.h \
+ qdeclarativebluetoothdiscoverymodel_p.h
+
+SOURCES += plugin.cpp \
+ qdeclarativebluetoothservice.cpp \
+ qdeclarativebluetoothsocket.cpp \
+ qdeclarativebluetoothdiscoverymodel.cpp \
+ qdeclarativebluetoothimageprovider.cpp
+
+RESOURCES += bluetooth.qrc
+