aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/configure.json')
-rw-r--r--src/quick/configure.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
index de75873972..00e0b52905 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -7,7 +7,8 @@
"commandline": {
"options": {
- "d3d12": "boolean"
+ "d3d12": "boolean",
+ "quick-canvas": "boolean"
}
},
@@ -27,6 +28,13 @@
"output": [
"privateFeature"
]
+ },
+ "quick-canvas": {
+ "label": "Canvas item",
+ "purpose": "Provides the Qt Quick Canvas Item",
+ "output": [
+ "privateFeature"
+ ]
}
},
@@ -34,7 +42,8 @@
{
"section": "Qt Quick",
"entries": [
- "d3d12"
+ "d3d12",
+ "quick-canvas"
]
}
]