mirror of https://github.com/qt/qtdoc.git
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>
This commit is contained in:
parent
8f7c4db0ad
commit
c162c4b5a5
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue