summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-11 10:41:40 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-16 10:17:04 +0000
commit445cbfecfe3c628900e2f5a0ceea62004c9e6693 (patch)
tree8c0803345bbb89f125a2ad51b1063ba6fc253991
parentdf667d6327e68cbf37986e9ebb36494f93e46985 (diff)
downloadqtdoc-6.3.tar.gz
Doc: Add links to module-specific system requirements6.3
For now, only link to modules that have existing pages or sections for how to build from source. Also, fix a few minor grammatical issues. Fixes: QTBUG-107453 Change-Id: I36d1d43137782fc62c4855883813bc1398da6cc7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 127cfcc8a1523796eb5b5544c153ad197390b977) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/getting-started/installation.qdoc15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index 58dac262..1b85d2af 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -33,7 +33,7 @@
There are two ways to install Qt:
\list 1
\li through the \e {Qt Installers} - downloads and installs Qt
-\li through the \e{Qt sources}.
+\li through the \e{Qt sources}
\endlist
You can download the Qt installers and sources from the \l Downloads page.
@@ -42,11 +42,12 @@ For more information, visit the \l{Getting Started with Qt} page.
This page lists the relevant information for installing Qt by building the Qt
sources. The installation procedure is different on each Qt platform. This page
collects the relevant information for the \l{Supported Platforms}
-{supported platforms}.
+{supported platforms}. In addition, this page provides links to any
+module-specific system requirements.
\section1 General Installation Information
-Building Qt revolves around using \c configure to configure Qt for a particular
+To build Qt from source, use \c configure to configure Qt for a particular
platform with a particular set of Qt features or modules. For more information,
visit the following page:
@@ -92,6 +93,14 @@ visit the following page:
\li \l {Qt for iOS - Building from Source}
\endlist
+\section1 Module-specific System Requirements
+
+\list
+ \li \l {Qt WebEngine Platform Notes} {Building Qt WebEngine from Source}
+ \li \l [QtQuick3D] {Building From Source}
+ {Building Qt Quick 3D from Source}
+\endlist
+
\section1 Additional Information
The top-level qt5 Git repository contains a set of build instructions in the