Skip to content

Commit

Permalink
Update Qt to 5.15.15 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 1, 2024
1 parent 9e1d9ee commit 8a708c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def runStages():
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 85a1c4ec32
git checkout ac72a4f597
""")

stage('msys64', """
Expand Down
2 changes: 1 addition & 1 deletion Telegram/build/qt_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def resolve(arch):
os.environ['QT'] = '6.8.0'
elif os.environ.get('QT') is None:
print('Choosing Qt 5.')
os.environ['QT'] = '5.15.13'
os.environ['QT'] = '5.15.15'
elif os.environ.get('QT') is None:
return False
print('Choosing Qt ' + os.environ.get('QT'))
Expand Down

0 comments on commit 8a708c6

Please sign in to comment.