Commit b4dc9b79 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Don't install qt4 when building qt5 on osx

parent ee2ba4ab
...@@ -5,7 +5,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment