Add Qt5 option. Use Qt5 by default.

This commit is contained in:
Sacha 2014-08-19 21:34:00 +10:00
parent e9c5c563a5
commit 90f23020f5
7 changed files with 55 additions and 32 deletions

View file

@ -14,5 +14,5 @@ if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then
cd -
elif [ "$TRAVIS_OS_NAME" = osx ]; then
brew tap homebrew/versions
brew install glew qt glfw3 pkgconfig
brew install glew qt5 glfw3 pkgconfig
fi