summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-03-26 15:38:40 +0100
committerKai Koehne <kai.koehne@qt.io>2020-03-30 13:25:15 +0100
commit7634e39bccf807fad270fa95a7d55a70d1cb3839 (patch)
treedc66bdf7e666d6f3249fb9cc154b38e4a98d7d68
parent9dbfb42c2176d6790c1be516df220426e35aa179 (diff)
downloadqtdoc-7634e39bccf807fad270fa95a7d55a70d1cb3839.tar.gz
WASM: Do not recommend --embedded option for emsdk
The --embedded option means that the .emscripten file will be placed in the local directory, and not in %HOME%, as the Qt Creator plugin expects. We therefore shouldn't recommend it for now. Change-Id: I7a2d70e98f1a2fbcc52243a6e5589cb96621dc0f Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--doc/src/platforms/webasm.qdoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/platforms/webasm.qdoc b/doc/src/platforms/webasm.qdoc
index 2379ac2e..2586153b 100644
--- a/doc/src/platforms/webasm.qdoc
+++ b/doc/src/platforms/webasm.qdoc
@@ -73,13 +73,9 @@ Use \c emsdk to install specific \c emscripten versions. For example, to install
it for Qt 5.13, enter:
\list
\li ./emsdk install sdk-fastcomp-1.38.27-64bit
- \li ./emsdk activate --embedded sdk-fastcomp-1.38.27-64bit
+ \li ./emsdk activate sdk-fastcomp-1.38.27-64bit
\endlist
-The \c --embedded option is useful if you want to install multiple versions of the SDK.
-It locates all configuration and cache files inside the SDK so that multiple versions
-do not conflict.
-
After installation, you should have emscripten in your path. Check this with the following command:
\badcode