From 420827fef50a2fa91c8cff181d6e995a59b16135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 17:44:23 +0200 Subject: [PATCH] calligra-plan: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/calligra-plan/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/calligra-plan/patches/QPainterPath.patch diff --git a/srcpkgs/calligra-plan/patches/QPainterPath.patch b/srcpkgs/calligra-plan/patches/QPainterPath.patch new file mode 100644 index 00000000000..519e5223fc7 --- /dev/null +++ b/srcpkgs/calligra-plan/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/libs/ui/kptganttitemdelegate.cpp 2019-12-12 12:48:13.000000000 +0100 ++++ src/libs/ui/kptganttitemdelegate.cpp 2020-09-01 17:42:12.663608718 +0200 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + + #include