summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/configure.json
blob: ce9421575dfd36591dcf83005bf5a0908a4077c8 (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": "webenginequick",
    "condition": "module.webenginecore && features.webengine-quick",
    "depends": [
        "webenginecore-private"
    ],
    "commandline": {
        "options": {
            "webengine-quick": "boolean"
        }
    },
    "features": {
        "webengine-quick": {
            "label": "Support Qt WebEngineQuick",
            "purpose": "Provides WebEngineQuick support.",
            "output": [ "privateFeature" ]
        },
        "webenginequick-ui-delegates": {
            "label": "UI Delegates",
            "section": "WebEngine",
            "output": [ "privateFeature" ]
        }
    },
    "summary": [
        {
            "section": "Qt WebEngineQuick",
            "entries": [
                "webengine-quick",
                "webenginequick-ui-delegates"
            ]
        }
    ]
}