From 120b17fd3a6c0101d72cfbc908283d2402bbda44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 17:37:35 +0200 Subject: [PATCH] solarus-quest-editor: fix build w/ qt5-5.15.0 (QPainterPath) --- .../patches/QPainterPath.patch | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 srcpkgs/solarus-quest-editor/patches/QPainterPath.patch diff --git a/srcpkgs/solarus-quest-editor/patches/QPainterPath.patch b/srcpkgs/solarus-quest-editor/patches/QPainterPath.patch new file mode 100644 index 00000000000..cd0eb6820a5 --- /dev/null +++ b/srcpkgs/solarus-quest-editor/patches/QPainterPath.patch @@ -0,0 +1,30 @@ +--- src/entities/jumper.cpp 2020-04-12 16:47:30.000000000 +0200 ++++ src/entities/jumper.cpp 2020-09-01 17:25:02.763555586 +0200 +@@ -17,6 +17,7 @@ + #include "entities/jumper.h" + #include "map_model.h" + #include ++#include + + namespace SolarusEditor { + +--- src/widgets/map_view.cpp 2020-04-12 16:47:30.000000000 +0200 ++++ src/widgets/map_view.cpp 2020-09-01 17:24:53.307555099 +0200 +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include + + namespace SolarusEditor { +--- src/widgets/tileset_view.cpp 2020-04-12 16:47:30.000000000 +0200 ++++ src/widgets/tileset_view.cpp 2020-09-01 17:24:38.430554331 +0200 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + + namespace SolarusEditor {