summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2022-02-14 09:28:51 +1000
committerLorn Potter <lorn.potter@gmail.com>2022-02-23 12:04:37 +1000
commitaf36dc7d763abcd4a5de28957f55cecd25cf8459 (patch)
tree0046162142d45fb5bc6fc73fe23a3060ef6658be /doc
parent196e10bce4c0a9d7a746f5fdde47168a06823472 (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 Pick-to: 6.3 6.2 Change-Id: Ie1547c7f52c9fe109a313260616705728024b6b8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Skoland <david.skoland@qt.io>
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."