From 2827f3bf56c3ec141296eac9863b14e0a20bc401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 17:59:47 +0200 Subject: [PATCH] deepin-voice-recorder: fix build w/ qt5-5.15.0 (QPainterPath) --- .../patches/QPainterPath.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/deepin-voice-recorder/patches/QPainterPath.patch diff --git a/srcpkgs/deepin-voice-recorder/patches/QPainterPath.patch b/srcpkgs/deepin-voice-recorder/patches/QPainterPath.patch new file mode 100644 index 00000000000..fcd76ba7248 --- /dev/null +++ b/srcpkgs/deepin-voice-recorder/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- src/file_item.h 2019-07-08 08:40:03.000000000 +0200 ++++ src/file_item.h 2020-09-01 17:57:09.549654988 +0200 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + + #include "dimagebutton.h" +--- src/waveform.cpp 2019-07-08 08:40:03.000000000 +0200 ++++ src/waveform.cpp 2020-09-01 17:56:23.137652593 +0200 +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + #include + #include