From 94876f4ae378c9ae005b781bc98aa1742630416a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 23 Jun 2020 14:20:45 +0200 Subject: [PATCH] Doc: Add info on how to install docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-83479 Change-Id: I7a1af26335acc10494e474d05e2366515dc7f6b9 Reviewed-by: Leena Miettinen Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit 7adaa5c782b729da8113acade21c3f00e4e9aaef) Reviewed-by: Qt Cherry-pick Bot --- doc/src/platforms/windows.qdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc index ae7099c69..9a46bdb46 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 */