summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
blob: 83bc417ce62fde3066a9d531c6ce660415e1605c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:!android-embedded {
    DEFINES += QT_ANDROID_BLUETOOTH
}