summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/configure.json
blob: a37909f454551ecf057bb494cd61f000346e5671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "module": "xmlpatterns",

    "features": {
        "xml-schema": {
            "label": "XML schema support",
            "purpose": "Provides XML schema validation.",
            "section": "QtXmlPatterns",
            "output": [ "publicFeature" ]
        }
    },

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