summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-09-27 09:44:15 +0200
committerLiang Qi <liang.qi@qt.io>2018-09-27 10:17:04 +0200
commit95baba26936cdabe5cf4d5eaa4d59f97e4a2102d (patch)
tree5fd4c75167a5a040bb34aeec54d5e8ef2a06f137 /src/core
parent32b67aea15fdf47d6b86e1e5303d25ec6e8ded37 (diff)
parentdd7c3f92c4668ed9ebdb1714d00de1cb61ab7dd4 (diff)
Merge remote-tracking branch 'origin/5.11' into 5.12
Conflicts: configure.json configure.pri src/3rdparty Change-Id: I2e0614b33596fe66999508556c464ed84acc8e2f
Diffstat (limited to 'src/core')
-rw-r--r--src/core/configure.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index e546cf899..000faf686 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -310,6 +310,10 @@
"webengine-sanitizer": {
"label" : "sanitizer support",
"type": "isSanitizerSupported"
+ },
+ "webengine-win-compiler64": {
+ "label": "64bit compiler",
+ "type": "isWindowsHostCompiler64"
}
},
@@ -629,6 +633,12 @@
"autoDetect": "config.unix",
"condition": "libs.webengine-poppler-cpp",
"output": [ "privateFeature" ]
+ },
+ "webengine-win-compiler64": {
+ "label": "64bit compiler",
+ "condition": "config.win32 && tests.webengine-win-compiler64",
+ "type": "isWindowsHostCompiler64",
+ "output": [ "privateFeature" ]
}
},
@@ -662,6 +672,11 @@
"type": "warning",
"condition": "config.unix && !features.webengine-host-pkg-config",
"message": "host pkg-config not found"
+ },
+ {
+ "type": "warning",
+ "condition": "config.win32 && !features.webengine-win-compiler64",
+ "message": "64-bit cross-building or native toolchain is required to build QtWebEngine."
}
],