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

TARGET = QtBluetoothSettings
VERSION = 1.0

QT += core bluetooth

MODULE = bluetoothsettings
load(qt_module)

include(bluez/bluez.pri)

HEADERS += \
    bluetoothdevice.h \
    discoverymodel.h

SOURCES += bluetoothdevice.cpp \
    discoverymodel.cpp