From 8f6f434d8adebc7acd092addeb29dcd6745c37ce Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 24 Dec 2019 16:38:50 +0300 Subject: [PATCH] Cherry-pick a bugfix from upstream Qt. --- docs/building-xcode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/building-xcode.md b/docs/building-xcode.md index c930dc2140..090ea9aeee 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -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 ..