wasm: update emscripten to 3.1.10

Qt 6.4 will require Emscripten 3.1.10

Change-Id: I34d6288489b6674f6fd75134dd1855ae931c79c2
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: David Skoland <david.skoland@qt.io>
This commit is contained in:
Lorn Potter 2022-05-18 13:07:34 +10:00
parent a536734b9c
commit e3757df526
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ endfunction()
function(__qt_internal_get_emcc_recommended_version out_var)
# This version of Qt needs this version of emscripten.
set(QT_EMCC_RECOMMENDED_VERSION "3.0.0")
set(QT_EMCC_RECOMMENDED_VERSION "3.1.10")
set(${out_var} "${QT_EMCC_RECOMMENDED_VERSION}" PARENT_SCOPE)
endfunction()

View File

@ -1,5 +1,5 @@
defineReplace(qtEmccRecommendedVersion) {
return (3.0.0)
return (3.1.10)
}
defineReplace(qtSystemEmccVersion) {