Try to install Qt5 on Travis

This commit is contained in:
Julien Duponchelle
2015-06-11 11:23:15 +02:00
parent c12a91ee5f
commit 1e2b7c7e02
2 changed files with 5 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ then
wget --quiet --output-document=pyqt.tar.gz "http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${PYQT}/PyQt-gpl-${PYQT}.tar.gz"
tar -xf pyqt.tar.gz
cd "PyQt-gpl-${PYQT}"
python -B configure.py --confirm-license --qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
python -B configure.py --confirm-license
make
cd ..
fi