aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-05-18 16:24:36 +1000
committerCraig Scott <craig.scott@qt.io>2021-05-19 10:46:06 +1000
commit63a601dc296dd33c4f672f68413d450375dac452 (patch)
tree48795e98fd39876d53bd59f8b3d4145fac9f96e5 /tests/benchmarks
parentc63796b30d19e1931a02d320ebb63be66acb3e8f (diff)
CMake: Remove unneeded *.pro and .prev_CMakeLists.txt files
The .pro files corresponding to the .prev_CMakeLists.txt files have already been removed. Change-Id: I254eafe4c7de1a516e33bd9cb3d9879e73fa83b4 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/qml/qqmlcomponent/.prev_CMakeLists.txt23
-rw-r--r--tests/benchmarks/qml/qquickwindow/.prev_CMakeLists.txt28
-rw-r--r--tests/benchmarks/quick/.prev_CMakeLists.txt4
3 files changed, 0 insertions, 55 deletions
diff --git a/tests/benchmarks/qml/qqmlcomponent/.prev_CMakeLists.txt b/tests/benchmarks/qml/qqmlcomponent/.prev_CMakeLists.txt
deleted file mode 100644
index 8d5788aa51..0000000000
--- a/tests/benchmarks/qml/qqmlcomponent/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated from qqmlcomponent.pro.
-
-#####################################################################
-## tst_qqmlcomponent Binary:
-#####################################################################
-
-qt_internal_add_benchmark(tst_qqmlcomponent
- SOURCES
- testtypes.cpp testtypes.h
- tst_qqmlcomponent.cpp
- DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Qml
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:qqmlcomponent.pro:<TRUE>:
-# TEMPLATE = "app"
-
-## Scopes:
-#####################################################################
diff --git a/tests/benchmarks/qml/qquickwindow/.prev_CMakeLists.txt b/tests/benchmarks/qml/qquickwindow/.prev_CMakeLists.txt
deleted file mode 100644
index efcc65c10f..0000000000
--- a/tests/benchmarks/qml/qquickwindow/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-# Generated from qquickwindow.pro.
-
-#####################################################################
-## tst_qquickwindow Binary:
-#####################################################################
-
-qt_internal_add_benchmark(tst_qquickwindow
- SOURCES
- tst_qquickwindow.cpp
- DEFINES
- QT_DISABLE_DEPRECATED_BEFORE=0
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::Gui
- Qt::GuiPrivate
- Qt::OpenGLPrivate
- Qt::QmlPrivate
- Qt::QuickPrivate
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:qquickwindow.pro:<TRUE>:
-# DEPLOYMENT = "testDataFiles"
-# testDataFiles.files = "data"
-# testDataFiles.path = "."
-
-## Scopes:
-#####################################################################
diff --git a/tests/benchmarks/quick/.prev_CMakeLists.txt b/tests/benchmarks/quick/.prev_CMakeLists.txt
deleted file mode 100644
index 0319ca484e..0000000000
--- a/tests/benchmarks/quick/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated from quick.pro.
-
-add_subdirectory(events)
-add_subdirectory(colorresolving)