aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-25 12:38:05 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-01-25 17:03:55 +0000
commit8d3bd24cf7fc487c1cef1eac56fb24abd048dcaf (patch)
tree66348767176177469ed6440c2583527b76d5c535
parentc9d84ead801960601870240e36478468c2a28b82 (diff)
Fix compositesingleton.qml benchmark
If we're going to add QML modules with qt_add_resources (which is a bad idea, to be fixed separately), we should at least add complete QML modules. Change-Id: If029718c5c427dda4c62baeffed628869ef2d347 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f7a265e..c256fb2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -210,7 +210,8 @@ set(qmlbench_resource_files
"shared/butterfly-wide.png"
"shared/alpha.png"
"shared/solid.png"
-
+ "shared/qmldir"
+ "shared/Globals.qml"
)
qt_internal_add_resource(qmlbench "qmlbench"