Skip to content

Commit

Permalink
Revert Mac builds to use Qt 5.9
Browse files Browse the repository at this point in the history
Probably reinstates the issue from  https://musescore.org/en/node/317323 but should solve the problems described in https://musescore.org/en/node/347226
  • Loading branch information
Jojo-Schmitz committed Mar 26, 2023
1 parent 83253d3 commit 3281170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/macos/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ installBottleManually libsndfile
installBottleManually portaudio


export QT_SHORT_VERSION=5.15.2
export QT_SHORT_VERSION=5.9
export QT_PATH=$HOME/Qt
export QT_MACOS=$QT_PATH/$QT_SHORT_VERSION/clang_64
export PATH=$PATH:$QT_MACOS/bin
echo "PATH=$PATH" >> $GITHUB_ENV
wget -nv -O qt5.zip https://s3.amazonaws.com/utils.musescore.org/Qt5152_mac.zip
wget -nv -O qt5.zip https://s3.amazonaws.com/utils.musescore.org/Qt598_mac.zip
mkdir -p $QT_MACOS
unzip -qq qt5.zip -d $QT_MACOS
rm qt5.zip
Expand Down

0 comments on commit 3281170

Please sign in to comment.