summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothtransfermanager
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2019-09-23 12:16:44 +0200
committerOliver Wolff <oliver.wolff@qt.io>2019-10-24 11:22:55 +0000
commitb50a574c8e2bf77c17fea3bfd490deb9b5fccace (patch)
treeb5ab86ed19046ff084aa9c623fb093819fffbbc7 /tests/auto/qbluetoothtransfermanager
parentdc34b1feabeb860f6ff6f59a430d730cbacd1948 (diff)
Port qtconnectivity to cmake
Also removed dependencies.yaml at the same time, as the new dependency tracking is not used in wip/cmake at the moment. Task-number: QTBUG-78181 Change-Id: I39c23da8daeedd86b7720d66d48ab0af3762083c Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qbluetoothtransfermanager')
-rw-r--r--tests/auto/qbluetoothtransfermanager/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/qbluetoothtransfermanager/CMakeLists.txt b/tests/auto/qbluetoothtransfermanager/CMakeLists.txt
new file mode 100644
index 00000000..24a05742
--- /dev/null
+++ b/tests/auto/qbluetoothtransfermanager/CMakeLists.txt
@@ -0,0 +1,23 @@
+# Generated from qbluetoothtransfermanager.pro.
+
+#####################################################################
+## tst_qbluetoothtransfermanager Test:
+#####################################################################
+
+# Collect test data
+file(GLOB_RECURSE test_data_glob
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ *.txt)
+list(APPEND test_data ${test_data_glob})
+
+add_qt_test(tst_qbluetoothtransfermanager
+ SOURCES
+ tst_qbluetoothtransfermanager.cpp
+ PUBLIC_LIBRARIES
+ Qt::Bluetooth
+ Qt::Concurrent
+ TESTDATA ${test_data}
+)
+
+#### Keys ignored in scope 1:.:.:qbluetoothtransfermanager.pro:<TRUE>:
+# testcase.timeout = "250"