mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 12:52:33 -07:00
Add Qt5 option. Use Qt5 by default.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user