summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2020-10-30 14:04:29 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2020-11-02 08:45:28 +0000
commitb75fd7175fc13c7354c9d232bd3812feab8d2ff9 (patch)
tree56376e5da8d234004f726b8a3c1b2ccbaa4cdc88
parent8df69cb2b52eeea749c573316fc1deb4b0277408 (diff)
downloadqtdoc-b75fd7175fc13c7354c9d232bd3812feab8d2ff9.tar.gz
wasm: remove some incorrect information
Thread support is off by default, but can be enabled with -feature-thread. Change-Id: I433534389f6c3cba2407db471491af29a1e19465 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/platforms/webasm.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/platforms/webasm.qdoc b/doc/src/platforms/webasm.qdoc
index 918d2c23..586d35de 100644
--- a/doc/src/platforms/webasm.qdoc
+++ b/doc/src/platforms/webasm.qdoc
@@ -137,7 +137,8 @@ Build required modules:
make module-qtbase module-qtdeclarative [other modules]
\endcode
-The Qt build is a static build, and does not support threads.
+The Qt build is a static build, and does not support threads by default. Configure with \c{-feature-thread}
+to enable thread support.
\section3 Build and run your application
@@ -196,8 +197,7 @@ You can test-run your application in the following way:
\section1 Limitations
-The most important limitation is that the Qt build is static,
-and does not support threads.
+The most important limitation is that the Qt build is static.
For further info, refer to \l{qtwebassembly-platform-notes}