summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2022-12-08 13:48:55 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2022-12-08 20:15:13 +0000
commitf393443d607a8c095334ffc5965e50871b260846 (patch)
tree02c2c09ea5945c6beef215955d367d08a24073fc /src/core/configure.json
parent8fd7140082e3a752ca80882a29128ffc12d12fa4 (diff)
Remove webengine-v8-snapshot-support feature
The correspdonding v8_use_snapshot gn argument has been already removed in the Chromium 79 adaptations. It is useless since then. Change-Id: Ied1df9e8ed3149a0309d90fc026f4158627c0bcc Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index 9e39ae59a..e73f471cf 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -106,11 +106,6 @@
"condition": "config.unix && libs.webengine-alsa",
"output": [ "privateFeature" ]
},
- "webengine-v8-snapshot-support": {
- "label" : "Building v8 snapshot supported",
- "condition": "!config.unix || !features.cross_compile || arch.arm64 || tests.webengine-host-compiler",
- "output": [ "privateFeature" ]
- },
"webengine-geolocation": {
"label": "Geolocation",
"condition": "module.positioning",
@@ -221,11 +216,6 @@
"type": "warning",
"condition": "config.linux && features.webengine-embedded-build && !features.webengine-system-ffmpeg && arch.arm && !features.webengine-arm-thumb",
"message": "Thumb instruction set is required to build ffmpeg for QtWebEngine."
- },
- {
- "type": "warning",
- "condition": "config.unix && config.cross_compile && !features.webengine-v8-snapshot-support",
- "message": "V8 snapshot cannot be built. Most likely, the 32-bit host compiler does not work. Please make sure you have 32-bit devel environment installed."
}
],
@@ -254,11 +244,6 @@
},
{
"type": "feature",
- "args": "webengine-v8-snapshot-support",
- "condition": "config.unix && config.cross_compile"
- },
- {
- "type": "feature",
"args": "webengine-alsa",
"condition": "config.unix"
},