From 445cbfecfe3c628900e2f5a0ceea62004c9e6693 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Fri, 11 Nov 2022 10:41:40 +0100 Subject: Doc: Add links to module-specific system requirements 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 Reviewed-by: Paul Wicking (cherry picked from commit 127cfcc8a1523796eb5b5544c153ad197390b977) Reviewed-by: Qt Cherry-pick Bot --- doc/src/getting-started/installation.qdoc | 15 ++++++++++++--- 1 file 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 -- cgit v1.2.1