summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothserver/qbluetoothserver.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbluetoothserver/qbluetoothserver.pro')
-rw-r--r--tests/auto/qbluetoothserver/qbluetoothserver.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qbluetoothserver/qbluetoothserver.pro b/tests/auto/qbluetoothserver/qbluetoothserver.pro
new file mode 100644
index 00000000..4b5e5d46
--- /dev/null
+++ b/tests/auto/qbluetoothserver/qbluetoothserver.pro
@@ -0,0 +1,10 @@
+SOURCES += tst_qbluetoothserver.cpp
+TARGET = tst_qbluetoothserver
+CONFIG += testcase
+
+QT = core concurrent bluetooth testlib
+
+OTHER_FILES += \
+ README.txt
+
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0