summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2024-02-02 19:09:43 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2024-04-09 20:13:22 +0200
commit7f888fd919ce21a5ff2b26d9287d9eb2c30e1763 (patch)
treec4319dda956af86e354f2f8ccf317a7b960ba685
parent0107863cc5ac27b133165578e04c5e19fcfce817 (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) (cherry picked from commit b469cb9394d2c211d71295d2358ba3bc6057ce2c) Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-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"