Skip to content

Commit feff863

Browse files
committed
Doc: You need to use x64_x86 cross-compiler to compile for 32 bit
Task-number: QTBUG-68462 Change-Id: I6d3358d36bb3df91c05d434275e9c69682c982a9 Reviewed-by: Leena Miettinen <[email protected]> Reviewed-by: Michal Klocek <[email protected]>
1 parent 55eb545 commit feff863

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/webengine/doc/src/qtwebengine-platform-notes.qdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171

7272
On Windows, Visual Studio 2017 and Windows 10 SDK are required.
7373

74+
Qt WebEngine can only be built on 64-bit Windows, with a x64-bit toolchain.
75+
For building Qt WebEngine for x86 applications, you need to configure
76+
and compile Qt with the Visual Studio 2017 x64 to x86 cross-compile
77+
toolchain. This toolchain can be set up on the command line by running
78+
\c{vcvarsall.bat amd64_x86}.
79+
7480
\section2 Linux
7581

7682
On Linux, Clang or GCC version 5 or later is required.

0 commit comments

Comments
 (0)