summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2020-09-20 11:30:36 +0200
committerCarl Schwan <carl@carlschwan.eu>2020-09-26 11:58:16 +0200
commit99be756c0f907014b73fd97cdc8c883ed83d1b0c (patch)
tree7f4c52d3adb76ef4928873ffbb869fe255c51593 /README
parentfbaf5b008a91f7a280a87054b68323e04227f00e (diff)
Update QDoc source code location
The location of the QDoc source code moved from qtbase to qttools. This commit reflect this change in the README. Pick-to: 5.15 Change-Id: I488faf6fd94d57eb651524f3fa0eb1d0397e66d2 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 372190cc5..f1fb11e3c 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ To Generate Qt Documentation:
qtdoc contains the main Qt Reference Documentation, which includes
overviews, Qt topics, and examples not specific to any Qt module.The
configuration files are located in qtdoc/doc/config and the articles in
-qtdoc/doc/src. Note that QDoc is located in qtbase.
+qtdoc/doc/src. Note that QDoc is located in qttools/src/qdoc.
The instructions in this file assumes that the prerequisite binaries are
compiled and in the $PATH variable.
@@ -27,7 +27,7 @@ Section 1 Building the qdocconf File
dependencies to other projects.
To build using the qdocconf file, run the "qdoc" binary and pass the
- qdocconf file as a parameter. "qdoc" is found in qtbase repository. A
+ qdocconf file as a parameter. "qdoc" is found in qttools repository. A
mandatory "outputdir" must be specified.
$> qdoc doc/config/qtdoc.qdocconf -outputdir html