From a1782aaea703209d4acb213e61b06aad5ac30a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 01:06:46 +0200 Subject: [PATCH] dust3d: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/dust3d/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/dust3d/patches/QPainterPath.patch diff --git a/srcpkgs/dust3d/patches/QPainterPath.patch b/srcpkgs/dust3d/patches/QPainterPath.patch new file mode 100644 index 00000000000..4c42b45cc3b --- /dev/null +++ b/srcpkgs/dust3d/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/texturegenerator.h 2019-07-11 15:02:38.000000000 +0200 ++++ src/texturegenerator.h 2020-09-01 01:01:14.662510375 +0200 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + #include "outcome.h" + #include "meshloader.h" + #include "snapshot.h"