diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2022-08-29 19:39:54 -0300 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2022-10-11 03:01:41 +0000 |
commit | 67b3cf361725163e3374f018b2da63daf2195158 (patch) | |
tree | 621925af311ddb019716d92b92102dd9be3be733 | |
parent | f72b423101f1cc170653fca3a9f49149a60c9a6d (diff) | |
download | qtdoc-67b3cf361725163e3374f018b2da63daf2195158.tar.gz |
Add a link to the docs about building Qt from sources
This page isn't easy to get to starting from the doc start page. It
appears to be linked from only the debugging techniques page or from the
descriptions of other configure options.
Change-Id: Ic6547f8247454b47baa8fffd170ff1ee966ce1fa
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
(cherry picked from commit c61aaf454a3214de0c7325471caf2bb9ceab2f71)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | doc/src/getting-started/get-and-install-qt.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/getting-started/get-and-install-qt.qdoc b/doc/src/getting-started/get-and-install-qt.qdoc index 322edb03..0246bd14 100644 --- a/doc/src/getting-started/get-and-install-qt.qdoc +++ b/doc/src/getting-started/get-and-install-qt.qdoc @@ -12,6 +12,9 @@ your applications on one or several desktop platforms, mobile or embedded devices, or MCUs. + If instead you prefer to build Qt from sources, please see \l{Building Qt + Sources}. + \section1 1. Create a Qt Account To begin, create a \l{Qt Account}. This account gives you access to a web |