Cherry-pick a bugfix from upstream Qt.

This commit is contained in:
John Preston 2019-12-24 16:38:50 +03:00
parent 616957e46f
commit 8f6f434d8a
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ Go to ***BuildPath*** and run
git submodule update qtbase
git submodule update qtimageformats
cd qtbase
git cherry-pick 7ac4e55
git apply ../../patches/qtbase_5_12_5.diff
cd ..