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 */