Commit feff8635 authored by Kai Koehne's avatar Kai Koehne
Browse files

Doc: You need to use x64_x86 cross-compiler to compile for 32 bit


Task-number: QTBUG-68462
Change-Id: I6d3358d36bb3df91c05d434275e9c69682c982a9
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
Showing with 6 additions and 0 deletions
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
On Windows, Visual Studio 2017 and Windows 10 SDK are required. On Windows, Visual Studio 2017 and Windows 10 SDK are required.
Qt WebEngine can only be built on 64-bit Windows, with a x64-bit toolchain.
For building Qt WebEngine for x86 applications, you need to configure
and compile Qt with the Visual Studio 2017 x64 to x86 cross-compile
toolchain. This toolchain can be set up on the command line by running
\c{vcvarsall.bat amd64_x86}.
\section2 Linux \section2 Linux
On Linux, Clang or GCC version 5 or later is required. On Linux, Clang or GCC version 5 or later is required.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment