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

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

    "features": {
        "qml-interpreter": {
            "label": "QML interpreter",
            "purpose": "Support for the QML interpreter",
            "output": [ "privateFeature" ]
        }
    },

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