mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 19:16:39 +00:00
[CI] Mac - use qt@6
This commit is contained in:
parent
e7305e7c97
commit
6d89ae1a75
2 changed files with 3 additions and 3 deletions
|
|
@ -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 ccache >/dev/null 2>&1 || brew install ccache
|
||||||
command -v cmake >/dev/null 2>&1 || brew install cmake
|
command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||||
command -v qmake >/dev/null 2>&1 || brew install qt@5
|
command -v qmake >/dev/null 2>&1 || brew install qt@6
|
||||||
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
|
export PATH="/opt/homebrew/opt/qt@6/bin:$PATH"
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
brew install openal-soft icu4c yaml-cpp sqlite
|
brew install openal-soft icu4c yaml-cpp sqlite
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ cd build
|
||||||
|
|
||||||
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
||||||
|
|
||||||
QT_PATH=$(brew --prefix qt@5)
|
QT_PATH=$(brew --prefix qt@6)
|
||||||
ICU_PATH=$(brew --prefix icu4c)
|
ICU_PATH=$(brew --prefix icu4c)
|
||||||
OPENAL_PATH=$(brew --prefix openal-soft)
|
OPENAL_PATH=$(brew --prefix openal-soft)
|
||||||
CCACHE_EXECUTABLE=$(brew --prefix ccache)/bin/ccache
|
CCACHE_EXECUTABLE=$(brew --prefix ccache)/bin/ccache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue