summaryrefslogtreecommitdiffstats
path: root/src/webengine/configure.json
blob: ebe1ddb2b465acd74655baf42fac7759769eae02 (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
35
36
37
38
39
40
{
    "module": "webengine",
    "condition": "module.webenginecore && features.webengine-qml",
    "depends": [
        "webenginecore-private"
    ],
    "commandline": {
        "options": {
            "webengine-qml": "boolean"
        }
    },
    "features": {
        "webengine-qml": {
            "label": "Support Qt WebEngine Qml",
            "purpose": "Provides WebEngine Qml support.",
            "output": [ "privateFeature" ]
        },
        "webengine-ui-delegates": {
            "label": "UI Delegates",
            "section": "WebEngine",
            "output": [ "privateFeature" ]
        },
        "webengine-testsupport": {
            "label": "Test Support",
            "autoDetect": "features.private_tests || call.isTestsInBuildParts",
            "output": [ "privateFeature" ]
        }
    },
    "summary": [
        {
            "section": "Qt WebEngineQml",
            "entries": [
                "webengine-qml",
                "webengine-ui-delegates",
                "webengine-testsupport"
            ]
        }
    ]
}