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.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
new file mode 100644
index 0000000000..de75873972
--- /dev/null
+++ b/src/quick/configure.json
@@ -0,0 +1,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"
+ ]
+ }
+ ]
+}