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:
anatoly-os 2019-06-26 18:24:51 +02:00
parent 666f0f8925
commit 4b6aa73e36

View file

@ -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