diff --git a/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch b/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch new file mode 100644 index 0000000000..e84ae5cf95 --- /dev/null +++ b/srcpkgs/ghostwriter/patches/qt5-5.15.0.patch @@ -0,0 +1,14 @@ +Source: @pullmoll +Upstream: no +Reason: qt5-5.15.0 requires explicit include for QPainterPath + +--- src/MarkdownEditor.cpp 2020-02-23 01:49:46.000000000 +0100 ++++ src/MarkdownEditor.cpp 2020-07-14 02:29:29.200936217 +0200 +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + #include + #include +