summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluetoothsettings.pro
blob: cb98ccb9083c88804edaa6abc72c8a391216f7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
load(qt_build_config)

TARGET = QtBluetoothSettings
VERSION = 1.0
CONFIG += dll warn_on

QT += core bluetooth

MODULE = bluetoothsettings
load(qt_module)

include(bluez/bluez.pri)

HEADERS += \
    bluetoothdevice.h \
    discoverymodel.h

SOURCES += bluetoothdevice.cpp \
    discoverymodel.cpp