summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbluetoothsocket/qbluetoothsocket.pro')
-rw-r--r--tests/auto/qbluetoothsocket/qbluetoothsocket.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/qbluetoothsocket/qbluetoothsocket.pro b/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
deleted file mode 100644
index 83bc417c..00000000
--- a/tests/auto/qbluetoothsocket/qbluetoothsocket.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-}