update qt to Qt 5.9.8
To fix the issue of using SSL libs when trying to log in to the .com account
This commit is contained in:
parent
666f0f8925
commit
4b6aa73e36
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 40 --slave /usr/
|
|||
# get Qt
|
||||
if [ ! -d "qt5" ]; then
|
||||
mkdir qt5
|
||||
wget -q -O qt5.zip http://utils.musescore.org.s3.amazonaws.com/qt593.zip
|
||||
wget -q -O qt5.zip http://utils.musescore.org.s3.amazonaws.com/qt598.zip
|
||||
unzip -qq qt5.zip -d qt5
|
||||
rm -f qt5.zip
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue