2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

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

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