Skip to content
Snippets Groups Projects
Commit 150b08f2 authored by inso's avatar inso
Browse files

Qt5 and show path

parent fc3b6bbf
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 list qt57 brew list qt5
brew install pyenv-virtualenv brew install pyenv-virtualenv
pyenv update pyenv update
pip install PyQt5 pip install PyQt5
......
...@@ -24,6 +24,7 @@ then ...@@ -24,6 +24,7 @@ then
export PATH=/Users/travis/.pyenv/versions/$PYENV_PYTHON_VERSION/Python.framework/Versions/3.5/bin:$PATH export PATH=/Users/travis/.pyenv/versions/$PYENV_PYTHON_VERSION/Python.framework/Versions/3.5/bin:$PATH
fi fi
echo $PATH
python gen_resources.py python gen_resources.py
python gen_translations.py --lrelease python gen_translations.py --lrelease
......
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