Skip to content

Commit

Permalink
Merge branch 'qt_663' into 'master'
Browse files Browse the repository at this point in the history
Upgrade Qt to 6.6.3

See merge request OpenMW/openmw!4176
  • Loading branch information
psi29a committed Jun 17, 2024
2 parents cb14af9 + 819ba42 commit ce8e861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ macOS14_Xcode15_arm64:
- Get-Volume
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
cache:
key: ninja-2022-v9
key: ninja-2022-v10
paths:
- ccache
- deps
Expand Down Expand Up @@ -716,7 +716,7 @@ macOS14_Xcode15_arm64:
- Get-Volume
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
cache:
key: msbuild-2022-v9
key: msbuild-2022-v10
paths:
- deps
- MSVC2022_64/deps/Qt
Expand Down
4 changes: 2 additions & 2 deletions CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ ICU_VER="70_1"
LUAJIT_VER="v2.1.0-beta3-452-g7a0cf5fd"
LZ4_VER="1.9.2"
OPENAL_VER="1.23.0"
QT_VER="6.6.2"
QT_VER="6.6.3"

OSG_ARCHIVE_NAME="OSGoS 3.6.5"
OSG_ARCHIVE="OSGoS-3.6.5-123-g68c5c573d-msvc${OSG_MSVC_YEAR}-win${BITS}"
Expand Down Expand Up @@ -904,7 +904,7 @@ printf "Qt ${QT_VER}... "
printf "Exists. "
elif [ -z $SKIP_EXTRACT ]; then
pushd "$DEPS" > /dev/null
AQT_VERSION="v3.1.12"
AQT_VERSION="v3.1.15"
if ! [ -f "aqt_x64-${AQT_VERSION}.exe" ]; then
download "aqt ${AQT_VERSION}"\
"https://github.com/miurahr/aqtinstall/releases/download/${AQT_VERSION}/aqt_x64.exe" \
Expand Down

0 comments on commit ce8e861

Please sign in to comment.