aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
blob: d22ba3b8f0a9425f9d01acab2343d21c8d8a3aa8 (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
{
    "module": "qml",
    "depends": [
        "core-private",
        "network-private"
    ],

    "commandline": {
        "options": {
            "qml-interpreter": "boolean",
            "qml-network": "boolean"
        }
    },

    "features": {
        "qml-interpreter": {
            "label": "QML interpreter",
            "purpose": "Support for the QML interpreter",
            "output": [ "privateFeature" ]
        },
        "qml-network": {
            "label": "QML network support",
            "purpose": "Provides network transparency for QML",
            "output": [ "publicFeature" ]
        }
    },

    "summary": [
        {
            "section": "Qt QML",
            "entries": [
                "qml-interpreter",
                "qml-network"
            ]
        }
    ]
}