aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/ListProperty.qml.json
blob: 5debf07b8a1ab0abcb0d1b6fbd318a220a90af51 (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
[
    {
        "classname": "QtQuick2Plugin",
        "name": "QtQuick",
        "plugin": "qtquick2plugin",
        "relativePath": "QtQuick",
        "type": "module"
    },
    {
        "name": "Things",
        "plugin": "doesNotExistPlugin",
        "relativePath": "Things",
        "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"
    }
]