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

QT = core concurrent bluetooth testlib
osx:QT += widgets
blackberry {
    LIBS += -lbtapi
}

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0