summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/configure.json
blob: 6297195e99250237072ec023e81660fdcaf80d87 (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": "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" ]
        },
        "webenginequick-testsupport": {
            "label": "Test Support",
            "autoDetect": "features.private_tests || call.isTestsInBuildParts",
            "output": [ "privateFeature" ]
        }
    },
    "summary": [
        {
            "section": "Qt WebEngineQuick",
            "entries": [
                "webengine-quick",
                "webenginequick-ui-delegates",
                "webenginequick-testsupport"
            ]
        }
    ]
}