summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
blob: 408628eafaf50883a7546bf9175853cd1566a82f (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
qnx {
    LIBS += -lbtapi
}