summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothdevicediscoveryagent/qbluetoothdevicediscoveryagent.pro
blob: e012ae52589521b8129a4b2c7a6da601a6f664cc (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += tst_qbluetoothdevicediscoveryagent.cpp
TARGET=tst_qbluetoothdevicediscoveryagent
CONFIG += testcase

QT = core concurrent bluetooth testlib
osx:QT += widgets

config_bluez:qtHaveModule(dbus) {
    DEFINES += QT_BLUEZ_BLUETOOTH
}