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

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


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