From b468801b8ab89fde4be4e08a36c266f7a1edaf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 31 Aug 2020 18:57:55 +0200 Subject: [PATCH] cutecom: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/cutecom/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/cutecom/patches/QPainterPath.patch diff --git a/srcpkgs/cutecom/patches/QPainterPath.patch b/srcpkgs/cutecom/patches/QPainterPath.patch new file mode 100644 index 00000000000..046b62dda02 --- /dev/null +++ b/srcpkgs/cutecom/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- ctrlcharacterspopup.cpp 2018-09-01 13:46:58.000000000 +0200 ++++ ctrlcharacterspopup.cpp 2020-08-31 18:56:06.795380165 +0200 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + #include + #include + #include