Use version 2.6.3 of qglviewer instead of master

This commit is contained in:
Maxime Gimeno 2017-06-16 14:26:52 +02:00 committed by Laurent Rineau
parent 047d34a628
commit 4e95fbb028
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function build_demo {
cd build-travis
if [ $NEED_3D = 1 ]; then
#install libqglviewer
git clone --depth=1 https://github.com/GillesDebunne/libQGLViewer.git ./qglviewer
git clone --depth=4 -b v2.6.3 --single-branch https://github.com/GillesDebunne/libQGLViewer.git ./qglviewer
pushd ./qglviewer/QGLViewer
#use qt5 instead of qt4
export QT_SELECT=5