summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-02-19 14:13:14 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-02-21 09:30:48 +0100
commitecfaca151b4db1fee4f8aa817467b487586e7200 (patch)
tree222aa032a6da38a5164e87d7d3eb97f8fa5bd3b2
parent734e169d769760ee4d7965dd5a99a584b8529e01 (diff)
Do not build webengine on ios
Change-Id: I21391ef9f5ea9c93227c1a8a64bcd1e5a5e20ad4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/buildtools/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 939d689fd..d6c47dfc6 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -387,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": {