aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
blob: eb7119e6b2779d20adb3233da320d8bbaca2bf1f (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
    "module": "quick",
    "depends": [
        "qml-private",
        "gui-private"
    ],

    "commandline": {
        "options": {
            "d3d12": "boolean",
            "quick-animatedimage": "boolean",
            "quick-canvas": "boolean",
            "quick-flipable": "boolean",
            "quick-listview": "boolean",
            "quick-path": "boolean",
            "quick-pathview": "boolean",
            "quick-shadereffect": "boolean",
            "quick-sprite": "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-animatedimage": {
            "label": "AnimatedImage item",
            "purpose": "Provides the Qt Quick AnimatedImage Item",
            "condition": "features.movie",
            "output": [
                "privateFeature"
            ]
        },
        "quick-canvas": {
            "label": "Canvas item",
            "purpose": "Provides the Qt Quick Canvas Item",
            "output": [
                "privateFeature"
            ]
        },
        "quick-flipable": {
            "label": "Flipable item",
            "purpose": "Provides the Qt Quick Flipable Item",
            "output": [
                "privateFeature"
            ]
        },
        "quick-listview": {
            "label": "ListView item",
            "purpose": "Provides the Qt Quick ListView item",
            "output": [
                "privateFeature"
            ]
        },
        "quick-path": {
            "label": "Path support",
            "purpose": "Provides Path elements in Qt Quick",
            "output": [
                "privateFeature"
            ]
        },
        "quick-pathview": {
            "label": "PathView item",
            "purpose": "Provides the Qt Quick PathView item",
            "condition": "features.quick-path",
            "output": [
                "privateFeature"
            ]
        },
        "quick-shadereffect": {
            "label": "ShaderEffect item",
            "purpose": "Provides Shader effects in Qt Quick",
            "output": [
                "privateFeature"
            ]
        },
        "quick-sprite": {
            "label": "Sprite item",
            "purpose": "Provides the Qt Quick Sprite Item",
            "output": [
                "privateFeature"
            ]
        }
    },

    "summary": [
        {
            "section": "Qt Quick",
            "entries": [
                "d3d12",
                "quick-animatedimage",
                "quick-canvas",
                "quick-flipable",
                "quick-listview",
                "quick-path",
                "quick-pathview",
                "quick-shadereffect",
                "quick-sprite"
            ]
        }
    ]
}