summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
blob: 8c9b2acbae7f6be91c53899eea3b29fba563def0 (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-private testlib
osx:QT += widgets

OTHER_FILES += \
    README.txt

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