summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2024-02-02 19:09:43 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-06 03:45:55 +0000
commit8cdca960d672b56fd3df13075ca15774f1841920 (patch)
tree6ae0df436b37bddaf74504b9d82da16b89588f3c
parent53b4cc82c433faac7b9801d33a3a439f826d5b0d (diff)
Minor. Set autodetect for v8 snapshots for cross compilation
We do not compile v8 snapshots on ci as this doubles amount of tasks and ends in much longer compile times. However, they can be enabled otherwise. Pick-to: 6.6 Change-Id: Ie59492af2bf01cdecf9525e708c642249a1ae681 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> (cherry picked from commit 6518a973b6c6644403a7d3a2f3d5eacfe0749f72) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/api/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/configure.cmake b/src/core/api/configure.cmake
index 1b55df8c7..6965c710c 100644
--- a/src/core/api/configure.cmake
+++ b/src/core/api/configure.cmake
@@ -66,7 +66,7 @@ qt_feature("webengine-system-alsa" PRIVATE
)
qt_feature("webengine-v8-context-snapshot" PRIVATE
LABEL "Use v8 context snapshot"
- CONDITION NOT CMAKE_CROSSCOMPILING
+ AUTODETECT NOT CMAKE_CROSSCOMPILING
)
qt_feature("webengine-geolocation" PUBLIC
LABEL "Geolocation"