mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Try to install Qt5 on Travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user