aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
blob: 87da6d334461fce44860996402d10822b1857f73 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
    "module": "quick",
    "depends": [
        "qml-private",
        "gui-private"
    ],

    "commandline": {
        "options": {
            "d3d12": "boolean",
            "quick-animatedimage": "boolean",
            "quick-canvas": "boolean",
            "quick-flipable": "boolean",
            "quick-gridview": "boolean",
            "quick-listview": "boolean",
            "quick-path": "boolean",
            "quick-pathview": "boolean",
            "quick-positioners": "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-gridview": {
            "label": "GridView item",
            "purpose": "Provides the Qt Quick GridView item",
            "output": [
                "privateFeature"
            ]
        },
        "quick-itemview": {
            "label": "ItemView item",
            "condition": "features.quick-gridview || features.quick-listview",
            "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-positioners": {
            "label": "Positioner items",
            "purpose": "Provides Positioner items in Qt Quick",
            "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-gridview",
                "quick-listview",
                "quick-path",
                "quick-pathview",
                "quick-positioners",
                "quick-shadereffect",
                "quick-sprite"
            ]
        }
    ]
}