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…
Reference in a new issue