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