Skip to content

Commit

Permalink
build AppImage with Qt 5.9.8
Browse files Browse the repository at this point in the history
Due to the bug in Qt 5.12.4: https://bugreports.qt.io/browse/QTBUG-76509
  • Loading branch information
anatoly-os committed Jul 5, 2019
1 parent 7d0a917 commit 98959bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Linux+BSD/portable/x86_64/Recipe
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 https://s3.amazonaws.com/utils.musescore.org/qt5124.zip
wget -q -O qt5.zip https://s3.amazonaws.com/utils.musescore.org/qt598.zip
unzip -qq qt5.zip -d qt5
rm -f qt5.zip
fi
Expand Down

0 comments on commit 98959bd

Please sign in to comment.