summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-01-12 10:01:19 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2023-01-18 09:52:17 +0100
commit8b392c5f7681096e3248c04799d9670ddb9b9217 (patch)
tree2c66cffd2b6c959715fdefc3e31a25e241ce8c94 /src
parentf48abc46321502df2425aebc0999be2f5f3bf1f2 (diff)
Disable feature vkgen if vulkan was explicitly disabled
Fixes: QTBUG-110066 Change-Id: Id53071c71e40b1f1968075686144835c39eafd6d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 1f08795c57..7b80162faa 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -1363,6 +1363,7 @@
"vkgen": {
"label": "vkgen",
"condition": "features.xmlstreamreader",
+ "disable": "input.vulkan == 'no'",
"output": [ "privateFeature" ]
},
"vulkan": {