mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Don't install qt4 when building qt5 on osx
This commit is contained in:
parent
ee2ba4abd3
commit
b4dc9b79d4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
|
||||||
if (( QT4 )); then
|
if (( QT4 )); then
|
||||||
brew install qt protobuf libgcrypt
|
brew install qt protobuf libgcrypt
|
||||||
else
|
else
|
||||||
brew install qt qt5 protobuf libgcrypt
|
brew install qt5 protobuf libgcrypt
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if (( QT4 )); then
|
if (( QT4 )); then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue