Use the correct qmake binary for travis

This commit is contained in:
Julien Duponchelle
2015-06-11 10:59:00 +02:00
parent 29bf1e5dc4
commit 9baa529200

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
python -B configure.py --confirm-license --qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
make
cd ..
fi