summaryrefslogtreecommitdiffstats
path: root/src/imports/localdevice/localdevice.pro
blob: dfcbcf9ccac13de2e335c7c867141ffa40d15ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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