summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-12-04 12:13:00 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-12-07 07:41:28 +0000
commitc162c4b5a56604da898078635466e2b1e44b965d (patch)
treec2f778d0208b0bf25a635e1bcbf3f6bd9b9064b1
parent8f7c4db0ade8aa0a68279432af1329d93b1a9b97 (diff)
downloadqtdoc-c162c4b5a56604da898078635466e2b1e44b965d.tar.gz
windows: Fix origin of environment setup script
The mentioned setup scripts are part of the Visual Studio installation. Change-Id: I8cbb3867f892b6baee0d1e09fce89d36faae173a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--doc/src/platforms/windows.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 458a7016..4b6047c0 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -1057,7 +1057,7 @@
We recommend creating a desktop link that opens a command
prompt with the environment set up similar to the
- \uicontrol{Command Prompt} menu entries provided by the Windows SDKs.
+ \uicontrol{Command Prompt} menu entries provided by Visual Studio.
This is done by creating an application link passing a \c .cmd file setting
up the environment and the command line option \c /k (remain open)
to \c cmd.exe.
@@ -1081,7 +1081,7 @@
\note Setups for MinGW are similar; they differ
only in that the \c bin folder of the installation should be added to the
- path instead of calling the Windows SDK setup script. For MinGW, please make
+ path instead of calling the Visual Studio setup script. For MinGW, please make
sure that no \c sh.exe can be found in the path, as it affects \c {mingw32-make}.
Settings required by the additional libraries (see \l{Qt for Windows - Requirements})