summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/windows.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/platforms/windows.qdoc')
-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 76bf4be7e..8e92e6ce3 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -1214,4 +1214,12 @@
\l{jom} is a replacement for \c nmake which makes use of all CPU cores
and thus speeds up building.
+ \section1 Step 5: Build the Qt Documentation
+
+ For the Qt reference documentation to be available in \l {Qt Assistant},
+ you must build it separately:
+
+ \code
+ nmake docs
+ \endcode
*/