summaryrefslogtreecommitdiffstats
path: root/src/buildtools/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtools/configure.json')
-rw-r--r--src/buildtools/configure.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index cdec15de9..d6c47dfc6 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -5,6 +5,7 @@
"gui-private",
"printsupport"
],
+ "condition": "module.gui",
"commandline": {
"options": {
"build-qtwebengine-core": "boolean",
@@ -386,7 +387,8 @@
&& !config.static
&& (!config.linux || features.pkg-config)
&& (!features.xcb || features.webengine-ozone-x11)
- && (!config.win32 || features.webengine-winversion)",
+ && (!config.win32 || features.webengine-winversion)
+ && !config.ios",
"output": [ "privateFeature" ]
},
"webengine-qtpdf-support": {
@@ -408,7 +410,6 @@
"build-qtwebengine-core": {
"label": "Build Qt WebEngine Core",
"purpose": "Provides WebEngine Core support.",
- "autoDetect": "false",
"output": [ "privateFeature" ]
},
"build-qtpdf": {