summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/corelib/io/qprocess/testProcessLoopback/.prev_CMakeLists.txt13
-rw-r--r--tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/.prev_CMakeLists.txt17
-rw-r--r--tests/benchmarks/network/.prev_CMakeLists.txt8
-rw-r--r--tests/benchmarks/network/access/qdecompresshelper/.prev_CMakeLists.txt19
4 files changed, 0 insertions, 57 deletions
diff --git a/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/.prev_CMakeLists.txt b/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/.prev_CMakeLists.txt
deleted file mode 100644
index 02c50f7df2..0000000000
--- a/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessLoopback.pro.
-
-#####################################################################
-## testProcessLoopback Binary:
-#####################################################################
-
-qt_internal_add_benchmark(testProcessLoopback
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/.prev_CMakeLists.txt b/tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/.prev_CMakeLists.txt
deleted file mode 100644
index 2619d89779..0000000000
--- a/tests/benchmarks/corelib/kernel/qtimer_vs_qmetaobject/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated from qtimer_vs_qmetaobject.pro.
-
-#####################################################################
-## qtimer_vs_qmetaobject Binary:
-#####################################################################
-
-qt_add_benchmark(qtimer_vs_qmetaobject
- SOURCES
- tst_qtimer_vs_qmetaobject.cpp
- INCLUDE_DIRECTORIES
- .
- PUBLIC_LIBRARIES
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:qtimer_vs_qmetaobject.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/benchmarks/network/.prev_CMakeLists.txt b/tests/benchmarks/network/.prev_CMakeLists.txt
deleted file mode 100644
index 8b1a7ac1ff..0000000000
--- a/tests/benchmarks/network/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# Generated from network.pro.
-
-add_subdirectory(access)
-add_subdirectory(kernel)
-add_subdirectory(socket)
-if(QT_FEATURE_openssl)
- add_subdirectory(ssl)
-endif()
diff --git a/tests/benchmarks/network/access/qdecompresshelper/.prev_CMakeLists.txt b/tests/benchmarks/network/access/qdecompresshelper/.prev_CMakeLists.txt
deleted file mode 100644
index eef53e1133..0000000000
--- a/tests/benchmarks/network/access/qdecompresshelper/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-# Generated from qdecompresshelper.pro.
-
-#####################################################################
-## qdecompresshelper Binary:
-#####################################################################
-
-qt_internal_add_benchmark(qdecompresshelper
- SOURCES
- main.cpp
- DEFINES
- SRC_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
- PUBLIC_LIBRARIES
- Qt::NetworkPrivate
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:qdecompresshelper.pro:<TRUE>:
-# TEMPLATE = "app"
-# _REQUIREMENTS = "qtConfig(private_tests)"