mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix building Qt on Windows.
This commit is contained in:
parent
6ad149e118
commit
87d549baec
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ if buildQt5:
|
||||||
depends:patches/qtbase_5.15.8/*.patch
|
depends:patches/qtbase_5.15.8/*.patch
|
||||||
cd qtbase
|
cd qtbase
|
||||||
win:
|
win:
|
||||||
for /r %%i in (..\\..\\patches\\qtbase_5_15_8\\*) do git apply %%i
|
for /r %%i in (..\\..\\patches\\qtbase_5.15.8\\*) do git apply %%i
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
SET CONFIGURATIONS=-debug
|
SET CONFIGURATIONS=-debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue