Doc: Warn about using emsdk --embedded

The Qt installation instructions for WebAssembly so far recommended
using emsdk --embedded. Anyhow, this does mean that the .emscripten
file will _not_ be put into the user's home directory, as Qt Creator
expects.

Change-Id: I0301d97e96baf0976b93ff7fc80e4f0cb058ea2e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Kai Koehne
2020-03-26 15:46:44 +01:00
committed by Leena Miettinen
parent 92aca4db8d
commit df1152dd95

View File

@@ -74,6 +74,10 @@
Windows, \MinGW (found in \uicontrol {Developer and Designer Tools}). Windows, \MinGW (found in \uicontrol {Developer and Designer Tools}).
\li Check out \c emsdk and install and activate \c emscripten, as \li Check out \c emsdk and install and activate \c emscripten, as
instructed in \l {Qt for WebAssembly}. instructed in \l {Qt for WebAssembly}.
\note Do not use the \c{--embedded} option for activating the
\c emscripten version in the \c emsdk, because \QC
expects to find the \c{.emscripten} file describing the toolchain in
your home directory.
\li On Windows, you have to download and install \c sed, as instructed \li On Windows, you have to download and install \c sed, as instructed
in \l{http://gnuwin32.sourceforge.net/packages/sed.htm} in \l{http://gnuwin32.sourceforge.net/packages/sed.htm}
{sed for Windows}. {sed for Windows}.