aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/rootPath.json
blob: 12850aa8bb090406b63dac99c23e292d1c5da7d2 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[
    {
        "classname": "QtQuick2Plugin",
        "linkTarget": "Qt6::qtquick2plugin",
        "name": "QtQuick",
        "plugin": "qtquick2plugin",
        "pluginIsOptional": true,
        "relativePath": "QtQuick",
        "type": "module"
    },
    {
        "classname": "QtQmlPlugin",
        "linkTarget": "Qt6::qmlplugin",
        "name": "QtQml",
        "plugin": "qmlplugin",
        "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"
    },
    {
        "name": "QTBUG-45916.js",
        "type": "javascript"
    },
    {
        "name": ".",
        "type": "directory"
    },
    {
        "name": "Methods.js",
        "type": "javascript"
    },
    {
        "name": "Things",
        "plugin": "doesNotExistPlugin",
        "relativePath": "Things",
        "type": "module"
    },
    {
        "name": "Imports",
        "relativePath": "Imports",
        "type": "module"
    }
]