summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/configure.json
blob: 27243344fccf10abce9c3677e2990462dca605a8 (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
{
    "module": "xmlpatterns",
    "depends": [
        "core-private",
        "network"
    ],

    "features": {
        "xml-schema": {
            "label": "XML schema support",
            "purpose": "Support for XML schema validation",
            "output": [ "privateFeature" ]
        }
    },

    "summary": [
        {
            "section": "QtXmlPatterns",
            "entries": [
                "xml-schema"
            ]
        }
    ]
}