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:
parent
a536734b9c
commit
e3757df526
@ -50,7 +50,7 @@ endfunction()
|
|||||||
|
|
||||||
function(__qt_internal_get_emcc_recommended_version out_var)
|
function(__qt_internal_get_emcc_recommended_version out_var)
|
||||||
# This version of Qt needs this version of emscripten.
|
# 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)
|
set(${out_var} "${QT_EMCC_RECOMMENDED_VERSION}" PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
defineReplace(qtEmccRecommendedVersion) {
|
defineReplace(qtEmccRecommendedVersion) {
|
||||||
return (3.0.0)
|
return (3.1.10)
|
||||||
}
|
}
|
||||||
|
|
||||||
defineReplace(qtSystemEmccVersion) {
|
defineReplace(qtSystemEmccVersion) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user