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-08 15:54:20 +0000
commitb469cb9394d2c211d71295d2358ba3bc6057ce2c (patch)
tree03703fbfac0edad26c31b2994ba8690fd04591ec
parent1c4cf3feff0f6ca47f4d78a0d601bf1faef257b2 (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. 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> (cherry picked from commit 8cdca960d672b56fd3df13075ca15774f1841920)
-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 48f7cacc0..cf679f72a 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"