aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/qmldirImportAndDepend.qml.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlimportscanner/data/qmldirImportAndDepend.qml.json')
-rw-r--r--tests/auto/qml/qmlimportscanner/data/qmldirImportAndDepend.qml.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlimportscanner/data/qmldirImportAndDepend.qml.json b/tests/auto/qml/qmlimportscanner/data/qmldirImportAndDepend.qml.json
new file mode 100644
index 0000000000..1a1e096359
--- /dev/null
+++ b/tests/auto/qml/qmlimportscanner/data/qmldirImportAndDepend.qml.json
@@ -0,0 +1,36 @@
+[
+ {
+ "name": "Things",
+ "plugin": "doesNotExistPlugin",
+ "relativePath": "Things",
+ "type": "module"
+ },
+ {
+ "classname": "QtQuick2Plugin",
+ "name": "QtQuick",
+ "plugin": "qtquick2plugin",
+ "relativePath": "QtQuick",
+ "type": "module"
+ },
+ {
+ "classname": "QtQmlPlugin",
+ "name": "QtQml",
+ "plugin": "qmlplugin",
+ "relativePath": "QtQml",
+ "type": "module"
+ },
+ {
+ "classname": "QtQmlModelsPlugin",
+ "name": "QtQml.Models",
+ "plugin": "modelsplugin",
+ "relativePath": "QtQml/Models",
+ "type": "module"
+ },
+ {
+ "classname": "QtQmlWorkerScriptPlugin",
+ "name": "QtQml.WorkerScript",
+ "plugin": "workerscriptplugin",
+ "relativePath": "QtQml/WorkerScript",
+ "type": "module"
+ }
+]