aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/localImport.qml.json
blob: 27814e1246087c0b66281b4c37ea07bf6b5f5f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
    {
        "name": "Things",
        "plugin": "doesNotExistPlugin",
        "relativePath": "Things",
        "type": "module"
    },
    {
        "classname": "QtQuick2Plugin",
        "linkTarget": "Qt6::qtquick2plugin",
        "name": "QtQuick",
        "plugin": "qtquickplugin",
        "pluginIsOptional": true,
        "relativePath": "QtQuick",
        "type": "module"
    },
    {
        "classname": "QtQmlPlugin",
        "linkTarget": "Qt6::qmlplugin",
        "name": "QtQml",
        "plugin": "qtqmlplugin",
        "pluginIsOptional": true,
        "relativePath": "QtQml",
        "type": "module"
    },
    {
        "classname": "QtQmlModelsPlugin",
        "linkTarget": "Qt6::modelsplugin",
        "name": "QtQml.Models",
        "plugin": "modelsplugin",
        "pluginIsOptional": true,
        "relativePath": "QtQml/Models",
        "type": "module"
    },
    {
        "classname": "QtQmlWorkerScriptPlugin",
        "linkTarget": "Qt6::workerscriptplugin",
        "name": "QtQml.WorkerScript",
        "plugin": "workerscriptplugin",
        "pluginIsOptional": true,
        "relativePath": "QtQml/WorkerScript",
        "type": "module"
    }
]