summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/configure.json
blob: 8aa41abcee690aeab59b33742cefffb04e38837a (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
{
    "module": "webenginewidgets",
    "condition": "module.webenginecore && features.webengine-widgets",
    "depends": [
        "webenginecore-private"
    ],
    "commandline": {
        "options": {
            "webengine-widgets": "boolean"
        }
    },
    "features": {
       "webengine-widgets": {
            "label": "Support Qt WebEngine Widgets",
            "purpose": "Provides WebEngine Widgets support.",
            "condition": "features.widgets",
            "output": [ "privateFeature" ]
        }
    },
    "summary": [
        {
            "section": "Qt WebEngineWidgets",
            "entries": [
                "webengine-widgets"
            ]
        }
    ]
}