aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/CMakeLists.txt
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-09-24 13:26:06 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-08 16:25:57 +0000
commit2ff108391a569538a438139f257a6f932de8333c (patch)
tree00c37856b3bb1e9f9f7a632ce9fc7577e02afd46 /tests/benchmarks/CMakeLists.txt
parent833d8c305b8cc01ab2d7958a2ba5a061a9e966ef (diff)
Convert QtQuickControls2 tests
Initial conversion of QtQuickControls2 tests. Change-Id: I7e09e387ec90f89cc2856c7f7f2cb810b03b7fa3 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/benchmarks/CMakeLists.txt')
-rw-r--r--tests/benchmarks/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/benchmarks/CMakeLists.txt b/tests/benchmarks/CMakeLists.txt
new file mode 100644
index 00000000..3f2bf2f9
--- /dev/null
+++ b/tests/benchmarks/CMakeLists.txt
@@ -0,0 +1,4 @@
+# Generated from benchmarks.pro.
+
+add_subdirectory(creationtime)
+add_subdirectory(objectcount)