Created
November 8, 2021 22:40
-
-
Save R0GERIUS/a2d62e21995e732b9fe510efce71965d to your computer and use it in GitHub Desktop.
Qt5 patch for XCode 13 compilation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h | |
+++ b/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h | |
@@ -43,6 +43,8 @@ | |
#include <qpa/qplatformgraphicsbuffer.h> | |
#include <private/qcore_mac_p.h> | |
+#include <CoreGraphics/CGColorSpace.h> | |
+ | |
QT_BEGIN_NAMESPACE | |
class QIOSurfaceGraphicsBuffer : public QPlatformGraphicsBuffer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment