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.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 62a9368ee..a9daad377 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -370,9 +370,10 @@
&& features.webengine-gperf
&& features.webengine-bison
&& features.webengine-flex
- && (!features.xcb || features.webengine-ozone-x11)
&& tests.webengine-platform
- && tests.webengine-architecture",
+ && tests.webengine-architecture
+ && (!features.xcb || features.webengine-ozone-x11)
+ && (!config.win32 || features.webengine-winversion)",
"output": [ "privateFeature" ]
},
"webengine-python2": {
@@ -658,6 +659,11 @@
},
{
"type": "warning",
+ "condition": "config.win32 && !features.webengine-winversion",
+ "message": "Needs Visual Studio 2017 or higher."
+ },
+ {
+ "type": "warning",
"condition": "config.win32 && !features.webengine-win-compiler64",
"message": "64-bit cross-building or native toolchain is required to build QtWebEngine."
},