aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/dummy_imports.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsengine/dummy_imports.qml')
-rw-r--r--tests/auto/qml/qjsengine/dummy_imports.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsengine/dummy_imports.qml b/tests/auto/qml/qjsengine/dummy_imports.qml
new file mode 100644
index 0000000000..8d86f3583b
--- /dev/null
+++ b/tests/auto/qml/qjsengine/dummy_imports.qml
@@ -0,0 +1,8 @@
+// This file exists for the sole purpose for qmlimportscanner to find
+// which modules it needs to extract for deployment.
+// Otherwise, it fails to find the imports that are expressed in C++
+// code in tst_parserstress.cpp
+
+import QtQml 2.0
+
+QtObject { } // This is needed in order to keep importscanner happy