Doc: Add info on how to install docs

Fixes: QTBUG-83479
Change-Id: I7a1af26335acc10494e474d05e2366515dc7f6b9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit 7adaa5c782)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Paul Wicking 2020-06-23 14:20:45 +02:00 committed by Qt Cherry-pick Bot
parent f1a522e3f6
commit 94876f4ae3
1 changed files with 8 additions and 0 deletions

View File

@ -1249,4 +1249,12 @@
\badcode
nmake docs
\endcode
This will build the documentation in the build folder. If you have
installed Qt in a separate location, you will also need to install
the documentation:
\badcode
nmake install_docs
\endcode
*/