summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetoothsettings/bluetoothsettings.pro
blob: 3475ffa2f8c480d44d8cfdbc4c2a770aadb93e51 (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 = 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