mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Specify Qt version in TravisCI build script
In homebrew `qt` package is referring to Qt6 instead of Qt5.
This commit is contained in:
committed by
sledgehammer999
parent
e713ffb064
commit
3d0ca83474
@@ -106,8 +106,8 @@ install:
|
|||||||
|
|
||||||
brew update > /dev/null
|
brew update > /dev/null
|
||||||
brew upgrade cmake
|
brew upgrade cmake
|
||||||
brew install ccache colormake boost openssl qt zlib
|
brew install ccache colormake boost openssl qt@5 zlib
|
||||||
brew link --force qt zlib
|
brew link --force qt@5 zlib
|
||||||
|
|
||||||
if [ "$build_system" = "cmake" ]; then
|
if [ "$build_system" = "cmake" ]; then
|
||||||
sudo ln -s /usr/local/opt/qt/mkspecs /usr/local/mkspecs
|
sudo ln -s /usr/local/opt/qt/mkspecs /usr/local/mkspecs
|
||||||
|
|||||||
Reference in New Issue
Block a user