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

QT = core concurrent bluetooth testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

android:!android-no-sdk {
    DEFINES += QT_ANDROID_BLUETOOTH
}