aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
blob: 00e0b5290581dd8bc2fb8eea1482008f5068549f (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
42
43
44
45
46
47
48
49
50
{
    "module": "quick",
    "depends": [
        "qml-private",
        "gui-private"
    ],

    "commandline": {
        "options": {
            "d3d12": "boolean",
            "quick-canvas": "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"
            ]
        },
        "quick-canvas": {
            "label": "Canvas item",
            "purpose": "Provides the Qt Quick Canvas Item",
            "output": [
                "privateFeature"
            ]
        }
    },

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