Skip to content

Commit

Permalink
Switch to Qt 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Oct 19, 2023
1 parent af20906 commit 0924462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/build_tools/build_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
By default, this script assumes that Qt archives are stored as
src/third_party_cache/qtbase-everywhere-src-6.5.3.tar.xz
src/third_party_cache/qtbase-everywhere-src-6.6.0.tar.xz
and Qt src files that are necessary to build Mozc will be checked out into
Expand Down Expand Up @@ -69,7 +69,7 @@
ABS_QT_DEST_DIR = ABS_MOZC_SRC_DIR.joinpath('third_party', 'qt')
# The archive filename should be consistent with update_deps.py.
ABS_QT6_ARCHIVE_PATH = ABS_MOZC_SRC_DIR.joinpath(
'third_party_cache', 'qtbase-everywhere-src-6.5.3.tar.xz')
'third_party_cache', 'qtbase-everywhere-src-6.6.0.tar.xz')
ABS_DEFAULT_NINJA_DIR = ABS_MOZC_SRC_DIR.joinpath('third_party', 'ninja')


Expand Down
6 changes: 3 additions & 3 deletions src/build_tools/update_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ def __hash__(self):


QT6 = ArchiveInfo(
url='https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtbase-everywhere-src-6.5.3.tar.xz',
size=47142456,
sha256='df2f4a230be4ea04f9798f2c19ab1413a3b8ec6a80bef359f50284235307b546',
url='https://download.qt.io/archive/qt/6.6/6.6.0/submodules/qtbase-everywhere-src-6.6.0.tar.xz',
size=48350308,
sha256='039d53312acb5897a9054bd38c9ccbdab72500b71fdccdb3f4f0844b0dd39e0e',
)

WIX = ArchiveInfo(
Expand Down

0 comments on commit 0924462

Please sign in to comment.