summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothserver/qbluetoothserver.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-28 15:50:26 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 14:44:51 +0100
commit68717ee6988633cec49f36ec7bc3640e9c14e55d (patch)
tree2148b325b278c5611a26cc56680046ce58c0b76a /tests/auto/qbluetoothserver/qbluetoothserver.pro
parent5ac9aebf83bc7cc4025004232c32dbd62cf25ba3 (diff)
Create QBluetoothServer unit test from QRfcommServer/QL2CAPServer tests
Task-number: QTBUG-22017 Change-Id: I3e5613153d2496567f7afd87c8a0a44c1067a4e7 Reviewed-by: Nedim Hadzic <nedimhadzija@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
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