summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-03-02 15:09:01 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-03-04 12:49:45 +0100
commitd706d7ceb91507c71d779463cfc25982acaa36b1 (patch)
treefc58a49572c73dad3233f3b632631a5bffee39bd /src/core
parent1bdb43a4da6d0bbb36309dc12128c180b4d9c12b (diff)
Update build documentation
Pick-to: 6.3 Change-Id: I2c6dffbd8683ed909ff985f672de1914be83422a Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/doc/src/qtwebengine-platform-notes.qdoc21
1 files changed, 8 insertions, 13 deletions
diff --git a/src/core/doc/src/qtwebengine-platform-notes.qdoc b/src/core/doc/src/qtwebengine-platform-notes.qdoc
index 43a81cd97..d13fb2471 100644
--- a/src/core/doc/src/qtwebengine-platform-notes.qdoc
+++ b/src/core/doc/src/qtwebengine-platform-notes.qdoc
@@ -53,15 +53,12 @@
\li \l {macOS}
\endlist
- The tests for skipping the \QWE build are located in the
- \c qtwebengine repository, in the \c tools\qmake\mkspecs subdirectory.
- They can be found by searching for \c skipBuild.
-
\section2 All Platforms
On all platforms, the following tools are required at build time:
\list
+ \li CMake 3.19 or newer
\li \l Python 3 with html5lib library
\li Bison, Flex
\li GPerf
@@ -87,8 +84,8 @@
\section2 Linux
- On Linux, Clang or GCC version 5 or later is required.
- Supported configurations are \c linux-g++, \c{linux-clang} and \c{linux-clang-libc++}
+ On Linux, Clang or GCC version 9 or later is required.
+ Supported QMake configurations are \c linux-g++, \c{linux-clang} and \c{linux-clang-libc++}
\QWE requires \c pkg-config to detect most of its dependencies. The
following \c pkg-config files are required:
@@ -111,16 +108,14 @@
\li \c xtst
\endlist
- Further, development packages for \c khr and \c libcap need to be installed.
-
\section2 \macos
On \macos, the following are required:
\list
- \li \macos 10.13 or later
- \li Xcode 10.0 or later
- \li \macos 10.13 SDK or later
+ \li \macos 10.14 or later
+ \li Xcode 12.0 or later
+ \li \macos 11 SDK or later
\endlist
\note \QWE cannot be built for the 32-bit mode of \macos (using the
@@ -129,8 +124,8 @@
\section1 Using Earlier Qt Versions to Build \QWE
Building \QWE with earlier Qt versions (down to the last LTS
- version) is supported. It means that \QWE 5.15 can be built with
- Qt 5.12.x, Qt 5.14.x, and Qt 5.15.
+ version) is supported. It means that \QWE 6.3 can be built with
+ Qt 6.2.x, and Qt 6.3.
To use an earlier Qt version to build Qt Webengine: