summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetoothsettings/bluetoothsettings.pro
blob: 8facaf3c9b2b528223d5430e2fba94323be42728 (plain)
1
2
3
4
5
6
7
8
9
10
QT += qml bluetooth bluetoothsettings

CONFIG += no_cxx_module

TARGET  = btsettingsplugin
TARGETPATH = QtDeviceUtilities/BluetoothSettings

SOURCES += plugin.cpp

load(qml_plugin)