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

QT = core concurrent bluetooth testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
blackberry {
    LIBS += -lbtapi
}