1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-27 03:13:08 +00:00

Merge branch 'upgrade-mac-qt6' into 'master'

[CI] Mac - use qt@6

See merge request OpenMW/openmw!4719
This commit is contained in:
Alexei Kotov 2025-06-17 19:12:37 +03:00
commit 5cc5307c10
2 changed files with 2 additions and 3 deletions

View file

@ -11,8 +11,7 @@ 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
# 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