aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
blob: de758739724648a6496f619f209a8eb321eaf8d9 (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
41
{
    "module": "quick",
    "depends": [
        "qml-private",
        "gui-private"
    ],

    "commandline": {
        "options": {
            "d3d12": "boolean"
        }
    },

    "tests": {
        "d3d12": {
            "label": "Direct3D 12",
            "type": "compile",
            "test": "d3d12"
        }
    },

    "features": {
        "d3d12": {
            "label": "Direct3D 12",
            "purpose": "Provides a Direct3D 12 backend for the Qt Quick Scenegraph",
            "condition": "tests.d3d12",
            "output": [
                "privateFeature"
            ]
        }
    },

    "summary": [
        {
            "section": "Qt Quick",
            "entries": [
                "d3d12"
            ]
        }
    ]
}