1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-27 21:11:34 +00:00

[CI] Mac - use qt@6

This commit is contained in:
Sarah Sunday 2025-06-14 16:09:07 -05:00
parent e7305e7c97
commit 6d89ae1a75
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ brew install curl xquartz gd fontconfig freetype harfbuzz brotli s3cmd
command -v ccache >/dev/null 2>&1 || brew install ccache
command -v cmake >/dev/null 2>&1 || brew install cmake
command -v qmake >/dev/null 2>&1 || brew install qt@5
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
command -v qmake >/dev/null 2>&1 || brew install qt@6
export PATH="/opt/homebrew/opt/qt@6/bin:$PATH"
# Install deps
brew install openal-soft icu4c yaml-cpp sqlite

View file

@ -9,7 +9,7 @@ cd build
DEPENDENCIES_ROOT="/tmp/openmw-deps"
QT_PATH=$(brew --prefix qt@5)
QT_PATH=$(brew --prefix qt@6)
ICU_PATH=$(brew --prefix icu4c)
OPENAL_PATH=$(brew --prefix openal-soft)
CCACHE_EXECUTABLE=$(brew --prefix ccache)/bin/ccache