aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/quickcontrols2/creationtime/data/dependencies.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/quickcontrols2/creationtime/data/dependencies.qml')
-rw-r--r--tests/benchmarks/quickcontrols2/creationtime/data/dependencies.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/quickcontrols2/creationtime/data/dependencies.qml b/tests/benchmarks/quickcontrols2/creationtime/data/dependencies.qml
new file mode 100644
index 0000000000..3b8476177f
--- /dev/null
+++ b/tests/benchmarks/quickcontrols2/creationtime/data/dependencies.qml
@@ -0,0 +1,8 @@
+import QtQuick
+import QtQuick.Controls
+import QtQuick.Controls.Fusion
+import QtQuick.Controls.Imagine
+import QtQuick.Controls.Material
+import QtQuick.Controls.Universal
+
+Control { }