diff options
author | Kai Köhne <kai.koehne@qt.io> | 2023-04-21 13:47:36 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-05-03 10:35:37 +0000 |
commit | ed92534858050a2faabb3d122b91631957d824fc (patch) | |
tree | 916fb7f3cff102612a2bae26c90622c239e0fde3 | |
parent | ae8cf2305631061d1a6ad371aa59db8c41fd154e (diff) | |
download | qtwebengine-ed92534858050a2faabb3d122b91631957d824fc.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
Change-Id: Ic2310a365220c4b53d973da00b7285d933e2a622
Reviewed-by: Michael Brüning <michael.bruning@qt.io>
(cherry picked from commit 7765029d0b0fbc78af4c555fd2e4fbd3ed20f796)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | src/core/doc/src/qtwebengine-platform-notes.qdoc | 8 |
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 76f5bbfda..98873a2aa 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 |