summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2024-02-22 18:01:02 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2024-02-23 10:15:30 +0100
commit3ec4a555599d352fa97272b8df612bf33e752878 (patch)
tree5a79c0943174ed6c0e758f5fd758911aecf7c031 /src/corelib/doc
parente3c831dc558de7e83c81fe09644db18013d5dd65 (diff)
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. Pick-to: 6.7 Task-number: QTBUG-121705 Change-Id: If4bbdcc4fa33d86a892c81dfd1d2703386a0035b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-properties.qdoc6
1 files 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 3e201c976a..8fe2b0e88f 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}.
*/