aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-05-08 22:20:02 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2019-05-10 13:36:30 +0000
commitdcc8a1b552ad19c77c9bb33df3bcac9d5b43571b (patch)
tree5894f20a99a7b7fb39c3a6cbe97791bd32024b50 /doc
parente6e9fa99cc17dd0713d6412b7f74179980f08492 (diff)
doc: Add link to the Target Platforms page from qbs.targetPlatform
Fixes: QBS-1426 Change-Id: Ic44f02b88285d033247a9260e7d3a367e9e5dc6e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qbs-module.qdoc2
-rw-r--r--doc/targets/qbs-target-platforms.qdoc3
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index c354f0419..5d93aff4a 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -268,6 +268,8 @@
\li \c{["windows"]}
\endtable
+ \sa {Target Platforms}
+
\nodefaultvalue
*/
diff --git a/doc/targets/qbs-target-platforms.qdoc b/doc/targets/qbs-target-platforms.qdoc
index 8f37537b4..7e556aea9 100644
--- a/doc/targets/qbs-target-platforms.qdoc
+++ b/doc/targets/qbs-target-platforms.qdoc
@@ -45,4 +45,7 @@
\QBS recognizes the existence of at least AIX, HP-UX, Solaris, FreeBSD,
NetBSD, OpenBSD, GNU Hurd, and Haiku, but provides no explicit support
(except some minimal support for FreeBSD).
+
+ For instructions on how to setup the target platform, see the
+ \l {qbs::targetPlatform}{qbs.targetPlatform} property.
*/