Don't install qt4 when building qt5 on osx

This commit is contained in:
Gavin Bisesi 2014-11-18 12:41:08 -05:00
parent ee2ba4abd3
commit b4dc9b79d4

View file

@ -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