summaryrefslogtreecommitdiffstats
path: root/configure.json
blob: f9fa17a8d988cebf70a77812a4e301cedebca7f1 (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
{
    "module": "webengine",

    "commandline": {
        "options": {
            "proprietary-codecs": "boolean"
        }
    },

    "features": {
        "proprietary-codecs": {
            "label": "Proprietary Codecs",
            "autoDetect": false,
            "purpose": "Enables the use of proprietary codecs such as h.264/h.265 and MP3",
            "output": [ "privateFeature" ]
        }
    },

    "summary": [
        {
            "section": "Qt WebEngine",
            "entries": [
                "proprietary-codecs"
            ]
        }
    ]
}