aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json')
-rw-r--r--tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json32
1 files changed, 27 insertions, 5 deletions
diff --git a/tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json b/tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json
index 13ed122797..77faf99e6c 100644
--- a/tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json
+++ b/tests/auto/qml/qmlimportscanner/data/CompositeWithEnum.json
@@ -5,25 +5,47 @@
"type": "module"
},
{
- "classname": "QtQmlPlugin",
+ "classname": "QtQmlMetaPlugin",
+ "linkTarget": "Qt6::QmlMeta",
"name": "QtQml",
- "plugin": "qmlplugin",
+ "plugin": "qmlmetaplugin",
+ "pluginIsOptional": true,
"relativePath": "QtQml",
- "type": "module"
+ "type": "module",
+ "prefer": ":/qt-project.org/imports/QtQml/"
+ },
+ {
+ "classname": "QtQmlPlugin",
+ "linkTarget": "Qt6::qmlplugin",
+ "name": "QtQml.Base",
+ "plugin": "qmlplugin",
+ "pluginIsOptional": true,
+ "relativePath": "QtQml/Base",
+ "type": "module",
+ "prefer": ":/qt-project.org/imports/QtQml/Base/"
},
{
"classname": "QtQmlModelsPlugin",
+ "linkTarget": "Qt6::modelsplugin",
"name": "QtQml.Models",
"plugin": "modelsplugin",
+ "pluginIsOptional": true,
"relativePath": "QtQml/Models",
- "type": "module"
+ "type": "module",
+ "prefer": ":/qt-project.org/imports/QtQml/Models/"
},
{
"classname": "QtQmlWorkerScriptPlugin",
+ "linkTarget": "Qt6::workerscriptplugin",
"name": "QtQml.WorkerScript",
"plugin": "workerscriptplugin",
+ "pluginIsOptional": true,
"relativePath": "QtQml/WorkerScript",
+ "type": "module",
+ "prefer": ":/qt-project.org/imports/QtQml/WorkerScript/"
+ },
+ {
+ "name": "QML",
"type": "module"
}
]
-