summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
blob: 641ff6c7dcf0497354d794a2166a59f87eb89894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SOURCES += tst_qbluetoothsocket.cpp
TARGET = tst_qbluetoothsocket
CONFIG += testcase
testcase.timeout = 250 # this test is slow

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

OTHER_FILES += \
    README.txt

osx {
    DEFINES += QT_OSX_BLUETOOTH
} else:android {
    DEFINES += QT_ANDROID_BLUETOOTH
} config_bluez:qtHaveModule(dbus) {
    DEFINES += QT_BLUEZ_BLUETOOTH
}