Remove attempt of a shadow Qt build.

This commit is contained in:
John Preston 2021-08-17 18:15:55 +03:00
parent 1ef0046002
commit 67bafa02fe
1 changed files with 1 additions and 3 deletions

View File

@ -203,10 +203,8 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
cd qtbase
for /r %i in (..\..\patches\qtbase_5_15_2\*) do git apply %i
cd ..
mkdir build
cd build
..\configure ^
configure ^
-prefix "%LibrariesPath%\Qt-5.15.2" ^
-debug-and-release ^
-force-debug-info ^