summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/core')
-rw-r--r--tests/benchmarks/core/CMakeLists.txt3
-rw-r--r--tests/benchmarks/core/qresourcesmanager/CMakeLists.txt4
-rw-r--r--tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt18
-rw-r--r--tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt18
4 files changed, 43 insertions, 0 deletions
diff --git a/tests/benchmarks/core/CMakeLists.txt b/tests/benchmarks/core/CMakeLists.txt
new file mode 100644
index 000000000..f200e108e
--- /dev/null
+++ b/tests/benchmarks/core/CMakeLists.txt
@@ -0,0 +1,3 @@
+# Generated from core.pro.
+
+add_subdirectory(qresourcesmanager)
diff --git a/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt b/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt
new file mode 100644
index 000000000..3816002e9
--- /dev/null
+++ b/tests/benchmarks/core/qresourcesmanager/CMakeLists.txt
@@ -0,0 +1,4 @@
+# Generated from qresourcesmanager.pro.
+
+add_subdirectory(arraypolicy)
+add_subdirectory(qresourcesmanager)
diff --git a/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt b/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt
new file mode 100644
index 000000000..fe0608de7
--- /dev/null
+++ b/tests/benchmarks/core/qresourcesmanager/arraypolicy/CMakeLists.txt
@@ -0,0 +1,18 @@
+# Generated from arraypolicy.pro.
+
+#####################################################################
+## tst_bench_arraypolicy Binary:
+#####################################################################
+
+qt_add_benchmark(tst_bench_arraypolicy
+ SOURCES
+ tst_bench_arraypolicy.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::Gui
+ Qt::Test
+)
+
+#### Keys ignored in scope 1:.:.:arraypolicy.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt
new file mode 100644
index 000000000..a05d5c667
--- /dev/null
+++ b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/CMakeLists.txt
@@ -0,0 +1,18 @@
+# Generated from qresourcesmanager.pro.
+
+#####################################################################
+## tst_bench_qresourcesmanager Binary:
+#####################################################################
+
+qt_add_benchmark(tst_bench_qresourcesmanager
+ SOURCES
+ tst_bench_qresourcesmanager.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::Gui
+ Qt::Test
+)
+
+#### Keys ignored in scope 1:.:.:qresourcesmanager.pro:<TRUE>:
+# TEMPLATE = "app"