From aa45c04a49abc95bd384f435982aa9b069a3c0cf Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Mon, 3 Apr 2023 11:11:33 +0200 Subject: Minor update to the Windows build documentation The PATH is modified so that we can call `configure` in the prompt. Besides that, Step 4 only covers the in source build, so I add an alternative note to clarify that if Step 3 is done properly, you can run configure anyway within your custom command prompt. Change-Id: Ia9d7dd5f42f3d497ee58188d69b37a3d07fa54ae Reviewed-by: Joerg Bornemann (cherry picked from commit a2fc398d1d7dd17d536de47b72ee1ee93064aeb5) Reviewed-by: Qt Cherry-pick Bot --- doc/src/platforms/windows.qdoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc index 60f0ebda..794778c3 100644 --- a/doc/src/platforms/windows.qdoc +++ b/doc/src/platforms/windows.qdoc @@ -943,7 +943,7 @@ REM Set up Microsoft Visual Studio 2019, where is amd64, x86, etc. CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat" SET _ROOT=C:\Qt\\1\Src - SET PATH=%_ROOT%\qtbase\bin;%PATH% + SET PATH=%_ROOT%;%PATH% SET _ROOT= \endcode @@ -963,7 +963,10 @@ \section1 Step 4: Build the Qt Library To configure the Qt library for your machine type, run the - \c{configure.bat} script in the source directory. + \c{configure.bat} script in the source directory. Alternatively, if you have + already completed Step 3, you may double-click on the desktop link you created, + and type \c{configure} and start configuring the Qt library in your selected + directory. By default, Qt is configured for installation in the \c{C:\Program Files\Qt} directory, but this can be -- cgit v1.2.1