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

    "commandline": {
        "options": {
            "proprietary-codecs": "boolean",
            "spellchecker": "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" ]
        },
        "spellchecker": {
            "label": "Spellchecker",
            "purpose": "Enables the use of Chromium's spellchecker",
            "output": [ "privateFeature" ]
        }
    },

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