summaryrefslogtreecommitdiffstats
path: root/src/runtime/configure.json
blob: 17780bcf468bd0fd1b9562c5ab8b307cff8dd1d8 (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
{
    "module": "3dstudioruntime2",

    "commandline": {
        "options": {
            "q3ds-profileui": "boolean"
        }
    },

    "features": {
        "q3ds-profileui": {
            "label": "Profiling pane and console",
            "purpose": "Enable the ImGui-based, in-scene profiling pane and console window",
            "output": [ "privateFeature" ]
        }
    },

    "report": [
    ],

    "summary": [
        {
            "section": "Qt 3D Studio Runtime",
            "entries": [
                "q3ds-profileui"
            ]
        }
    ]
}