mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-26 15:33:02 +02:00
Updated Qt to 5.15.17 on Windows.
This commit is contained in:
parent
5f8d662d67
commit
727acca217
2 changed files with 1 additions and 2 deletions
|
@ -1557,7 +1557,6 @@ release:
|
||||||
depends:patches/qtbase_""" + qt + """/*.patch
|
depends:patches/qtbase_""" + qt + """/*.patch
|
||||||
cd qtbase
|
cd qtbase
|
||||||
win:
|
win:
|
||||||
git revert --no-edit 6ad56dce34
|
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
for /r %%i in (..\\..\\patches\\qtbase_%QT%\\*) do (
|
for /r %%i in (..\\..\\patches\\qtbase_%QT%\\*) do (
|
||||||
git apply %%i -v
|
git apply %%i -v
|
||||||
|
|
|
@ -9,5 +9,5 @@ def resolve(arch):
|
||||||
os.environ['QT'] = '6.9.1'
|
os.environ['QT'] = '6.9.1'
|
||||||
else:
|
else:
|
||||||
print('Choosing Qt 5.')
|
print('Choosing Qt 5.')
|
||||||
os.environ['QT'] = '5.15.15'
|
os.environ['QT'] = '5.15.17'
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue