summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetoothsettings/bluetoothsettings.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/bluetoothsettings/bluetoothsettings.pro')
-rw-r--r--src/imports/bluetoothsettings/bluetoothsettings.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/imports/bluetoothsettings/bluetoothsettings.pro b/src/imports/bluetoothsettings/bluetoothsettings.pro
new file mode 100644
index 0000000..3475ffa
--- /dev/null
+++ b/src/imports/bluetoothsettings/bluetoothsettings.pro
@@ -0,0 +1,17 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += qml bluetooth bluetoothsettings
+uri = com.theqtcompany.settings.bluetooth
+
+TARGET = btsettingsplugin
+
+pluginfiles.files += \
+ qmldir \
+
+SOURCES += plugin.cpp
+
+installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
+
+target.path = $$installPath
+pluginfiles.path += $$installPath
+INSTALLS += target pluginfiles