From a8c0f6071a884f47f7e44da8aeefd2f94c1e7566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Sep 2020 16:41:55 +0200 Subject: [PATCH] kcm-wacomtablet: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch diff --git a/srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch b/srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch new file mode 100644 index 00000000000..b855b28a242 --- /dev/null +++ b/srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/kcmodule/pressurecurvewidget.cpp 2019-07-21 20:35:36.000000000 +0200 ++++ src/kcmodule/pressurecurvewidget.cpp 2020-09-02 16:40:32.608875141 +0200 +@@ -22,6 +22,7 @@ + //Qt includes + #include + #include ++#include + #include + #include + #include