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

    "features": {
        "scxml-ecmascriptdatamodel": {
            "label": "ECMAScript data model for QtScxml",
            "purpose": "Enables the usage of ecmascript data models in SCXML state machines.",
            "section": "SCXML",
            "output": [ "publicFeature" ]
        }
    },

    "summary": [
        {
            "section": "Qt Scxml",
            "entries": [
                "scxml-ecmascriptdatamodel"
            ]
        }
    ]
}