Skip to content

Commit

Permalink
GitHub CI: build with Qt 6
Browse files Browse the repository at this point in the history
Following to previous commit, we can build with Qt 6 (even thought that
a workaround is neeeded).

qt package (version 6) is installed anyways as a dependency of opencv
  • Loading branch information
MartinPulec committed Sep 15, 2023
1 parent 46522e3 commit ee1d614
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/scripts/macOS/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ brew install libsoxr speexdsp
brew install ffmpeg portaudio sdl2 sdl2_mixer sdl2_ttf
brew install imagemagick libcaca libnatpmp jack opencv wolfssl
brew install ossp-uuid # for cineform
brew install qt@5
brew install qt
brew install glm
sudo curl -L https://raw.githubusercontent.com/miniupnp/libnatpmp/master/\
natpmp_declspec.h -o /usr/local/include/natpmp_declspec.h

rm -f /usr/local/opt/qt
cp -af /usr/local/opt/qt@5 /usr/local/opt/qt

.github/scripts/macOS/install_dylibbundler_v2.sh

mkdir $TEMP_INST
Expand Down

0 comments on commit ee1d614

Please sign in to comment.