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

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

qtConfig(bluez):qtHaveModule(dbus) {
    DEFINES += QT_BLUEZ_BLUETOOTH
}