summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-04-21 13:47:36 +0200
committerKai Köhne <kai.koehne@qt.io>2023-05-03 06:40:29 +0000
commit7765029d0b0fbc78af4c555fd2e4fbd3ed20f796 (patch)
tree3279a26c447b6cbd2652d9e84beed821a82739a2
parent000f31fb643bb8fb0b89b1ab26a895223c318996 (diff)
downloadqtwebengine-7765029d0b0fbc78af4c555fd2e4fbd3ed20f796.tar.gz
Doc: Remove mention of x86 cross-compilation on Windows
Qt 6 doesn't support x86 builds anymore. Also, the build fails due to Chromium issues. Also fixed a nearby typo. Fixes: QTBUG-113035 Pick-to: 6.5 Change-Id: Ic2310a365220c4b53d973da00b7285d933e2a622 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
-rw-r--r--src/core/doc/src/qtwebengine-platform-notes.qdoc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/doc/src/qtwebengine-platform-notes.qdoc b/src/core/doc/src/qtwebengine-platform-notes.qdoc
index 22fa5bfee..e005012dc 100644
--- a/src/core/doc/src/qtwebengine-platform-notes.qdoc
+++ b/src/core/doc/src/qtwebengine-platform-notes.qdoc
@@ -52,13 +52,7 @@
\li Windows 10 SDK version 10.0.20348.0 or later
\endlist
- \QWE can only be built on 64-bit Windows, with a x64-bit toolchain.
- For building \QWE for x86 applications, you need to configure
- and compile Qt with the Visual Studio x64 to x86 cross-compile
- toolchain. This toolchain can be set up on the command line by running
- \c{vcvarsall.bat amd64_x86}.
-
- \note It is not recommended to use tools form \c msys2 or \c cygwin to build \QWE as it may result in build errors.
+ \note It is not recommended to use tools from \c msys2 or \c cygwin to build \QWE as it may result in build errors.
\section2 Linux