Skip to content
Snippets Groups Projects
Commit 92dbb3c1 authored by inso's avatar inso
Browse files

Install qt5

parent ccb11979
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ then ...@@ -15,8 +15,8 @@ then
brew update brew update
brew install libsodium brew install libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8) ## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew install qt57 brew install qt5
brew link --force qt57 brew link --force qt5
brew install pyenv-virtualenv brew install pyenv-virtualenv
pyenv update pyenv update
elif [ $TRAVIS_OS_NAME == "linux" ] elif [ $TRAVIS_OS_NAME == "linux" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment