summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetoothsettings/bluetoothsettings.pro
blob: 3e6e6b53075a27d1cbbd83c3d80f166d7440f624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = lib
CONFIG += plugin
QT += qml bluetooth bluetoothsettings
uri = QtDeviceUtilities.BluetoothSettings

TARGET  = btsettingsplugin

pluginfiles.files += \
    qmldir \

SOURCES += plugin.cpp

installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)

target.path = $$installPath
pluginfiles.path += $$installPath
INSTALLS += target pluginfiles