summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-08-09 13:14:36 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-08-09 11:34:54 +0000
commit95f0ad632ba1551974d4eacbd9ae08012a460e46 (patch)
treee63a32702623324bcc8c4eedd3f0d7650eec4d91
parenta53f1d1a1c4ef169621a2c838b2fd8d72284f0c2 (diff)
downloadqtdoc-95f0ad632ba1551974d4eacbd9ae08012a460e46.tar.gz
Doc: Mention qbs in qtmain library documentation
Task-number: QTBUG-64803 Change-Id: Id560169cb281c3b991b1b5ee673e27bf75d218c8 Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--doc/src/modules.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/modules.qdoc b/doc/src/modules.qdoc
index b1f134a5..ffa4d71d 100644
--- a/doc/src/modules.qdoc
+++ b/doc/src/modules.qdoc
@@ -42,7 +42,7 @@
qtmain is a helper library that enables the developer to write a
cross-platform main() function on Windows.
- If you do not use \l qmake or other build tools such as
+ If you do not use \l qmake, \l {Qbs Manual}{qbs}, or other build tools such as
\l{CMake Manual}{CMake}, then you need to link against the
\c qtmain library.