mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove attempt of a shadow Qt build.
This commit is contained in:
parent
1ef0046002
commit
67bafa02fe
1 changed files with 1 additions and 3 deletions
|
@ -203,10 +203,8 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
cd qtbase
|
cd qtbase
|
||||||
for /r %i in (..\..\patches\qtbase_5_15_2\*) do git apply %i
|
for /r %i in (..\..\patches\qtbase_5_15_2\*) do git apply %i
|
||||||
cd ..
|
cd ..
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
|
|
||||||
..\configure ^
|
configure ^
|
||||||
-prefix "%LibrariesPath%\Qt-5.15.2" ^
|
-prefix "%LibrariesPath%\Qt-5.15.2" ^
|
||||||
-debug-and-release ^
|
-debug-and-release ^
|
||||||
-force-debug-info ^
|
-force-debug-info ^
|
||||||
|
|
Loading…
Add table
Reference in a new issue