summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-06-23 14:20:45 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-06-24 17:46:51 +0000
commit94876f4ae378c9ae005b781bc98aa1742630416a (patch)
treef8352ba7188621abc9070107fca9e45cd364be16
parentf1a522e3f687575cfdf33881809d1d61c4febe5b (diff)
downloadqtdoc-94876f4ae378c9ae005b781bc98aa1742630416a.tar.gz
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 7adaa5c782b729da8113acade21c3f00e4e9aaef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/windows.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index ae7099c6..9a46bdb4 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -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
*/