aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/rootPath.json
blob: b468a8acb1261bf9d5c9c219d8b8aa4ead0c6260 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
    {
        "classname": "QtQuick2Plugin",
        "linkTarget": "Qt6::qtquick2plugin",
        "name": "QtQuick",
        "plugin": "qtquick2plugin",
        "pluginIsOptional": true,
        "relativePath": "QtQuick",
        "type": "module",
        "prefer": ":/qt-project.org/imports/QtQuick/"
    },
    {
        "classname": "QtQmlMetaPlugin",
        "linkTarget": "Qt6::QmlMeta",
        "name": "QtQml",
        "plugin": "qmlmetaplugin",
        "pluginIsOptional": true,
        "relativePath": "QtQml",
        "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",
        "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"
    },
    {
        "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"
    },
    {
        "name": "Module",
        "type": "module"
    }
]