aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-05-28 16:42:25 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-29 10:01:25 +0200
commit350a2f48c15d7766a58f13c9625e32e766ecdf80 (patch)
treeb6e05e3ae5d8e0db8e06d56df71e877124a00afd /tests/benchmarks
parent965984771d1c146a01fbaab3f6dae2461eabf78e (diff)
CMake: Regenerate qtdeclarative/tests
Includes: - new api calls - some new dependencies - some TARGET_DESCRIPTION - some additional tool directory exclusion when cross-compiling (qmlplugindump) - some missing add_subdirectory calls Change-Id: Iea43e45b94f37367ffc1d8dd6ce0ff1021a31b1a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/quick/.prev_CMakeLists.txt4
-rw-r--r--tests/benchmarks/quick/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/quick/.prev_CMakeLists.txt b/tests/benchmarks/quick/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..0319ca484e
--- /dev/null
+++ b/tests/benchmarks/quick/.prev_CMakeLists.txt
@@ -0,0 +1,4 @@
+# Generated from quick.pro.
+
+add_subdirectory(events)
+add_subdirectory(colorresolving)
diff --git a/tests/benchmarks/quick/CMakeLists.txt b/tests/benchmarks/quick/CMakeLists.txt
index 533f382398..acb866acd2 100644
--- a/tests/benchmarks/quick/CMakeLists.txt
+++ b/tests/benchmarks/quick/CMakeLists.txt
@@ -1,3 +1,4 @@
# Generated from quick.pro.
add_subdirectory(events)
+# add_subdirectory(colorresolving) # special case to be ported