summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2022-02-14 09:28:51 +1000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-23 06:44:09 +0000
commite301498fa40b23d195c0eec00287026e04201aee (patch)
treebec10a144f0c2860c866bf1f6458a4749c548286 /doc
parent9de4ef9d46610732ede4475827c16a467517747c (diff)
wasm: move user configurable settings
Both INITIAL_MEMORY and PTHREAD_POOL_SIZE are settings users can change, they are not interface settings. Fixes: QTBUG-100693 Change-Id: Ie1547c7f52c9fe109a313260616705728024b6b8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Skoland <david.skoland@qt.io> (cherry picked from commit af36dc7d763abcd4a5de28957f55cecd25cf8459) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/macros.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf
index 37c5a3ea1c..31cecc1b78 100644
--- a/doc/global/macros.qdocconf
+++ b/doc/global/macros.qdocconf
@@ -83,3 +83,5 @@ macro.cmakepropertyandroidonly = "\\note This property is used only if targeting
macro.cmakevariableandroidonly = "\\note This variable is used only if targeting the Android platform."
macro.versionlessCMakeCommandsNote = "If \\l{Versionless commands}{versionless commands} are disabled, use \\c{\1} instead. It supports the same set of arguments as this command."
+
+macro.cmakepropertywebassemblyonly = "\\note This property is used only if targeting the WebAssembly platform."