From a567d408b6ace15056ff601687eb8094bf42a748 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 22 Feb 2024 18:01:02 +0100 Subject: [PATCH] CMake: Improve doc page of the QT_WASM_MAXIMUM_MEMORY property Fix typo in 'application'. Emphasize MAXIMUM_MEMORY. Link to the latest commit of settings.js instead of the master branch, so the link doesn't break in the future. Task-number: QTBUG-121705 Change-Id: If4bbdcc4fa33d86a892c81dfd1d2703386a0035b Reviewed-by: Alexey Edelev Reviewed-by: Lorn Potter (cherry picked from commit 3ec4a555599d352fa97272b8df612bf33e752878) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/src/cmake/cmake-properties.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/corelib/doc/src/cmake/cmake-properties.qdoc b/src/corelib/doc/src/cmake/cmake-properties.qdoc index 64c71764a8b..68d947fe51b 100644 --- a/src/corelib/doc/src/cmake/cmake-properties.qdoc +++ b/src/corelib/doc/src/cmake/cmake-properties.qdoc @@ -608,11 +608,11 @@ For more information, see \l{https://github.com/emscripten-core/emscripten/blob/ \preliminarycmakeproperty \cmakepropertywebassemblyonly -Specifies the maximum amount of memory the applicataion can use. Translates into -the Emscripten compiler setting of MAXIMUM_MEMORY. The default value +Specifies the maximum amount of memory the application can use. Translates into +the Emscripten compiler setting of \c MAXIMUM_MEMORY. The default value is 4GB, which is the maximum for 32-bit WebAssembly. -For more information, see \l{https://github.com/emscripten-core/emscripten/blob/main/src/settings.js}{Emscripten compiler settings}. +For more information, see the \l{https://github.com/emscripten-core/emscripten/blob/3319a313d3b589624d342b650884caaf8cd9ef30/src/settings.js#L187}{Emscripten compiler settings}. */