We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55eb545 commit feff863Copy full SHA for feff863
src/webengine/doc/src/qtwebengine-platform-notes.qdoc
@@ -71,6 +71,12 @@
71
72
On Windows, Visual Studio 2017 and Windows 10 SDK are required.
73
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
+
80
\section2 Linux
81
82
On Linux, Clang or GCC version 5 or later is required.
0 commit comments