mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-28 03:35:45 -05:00
Don't install qt4 when building qt5 on osx
This commit is contained in:
@@ -5,7 +5,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||
if (( QT4 )); then
|
||||
brew install qt protobuf libgcrypt
|
||||
else
|
||||
brew install qt qt5 protobuf libgcrypt
|
||||
brew install qt5 protobuf libgcrypt
|
||||
fi
|
||||
else
|
||||
if (( QT4 )); then
|
||||
|
||||
Reference in New Issue
Block a user