From 5546dc6ed619741d7f758b1fee1f53e1aab21a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 23 Aug 2020 20:35:12 +0200 Subject: [PATCH] Carla: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/Carla/patches/qt5-5.15.0.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/Carla/patches/qt5-5.15.0.patch diff --git a/srcpkgs/Carla/patches/qt5-5.15.0.patch b/srcpkgs/Carla/patches/qt5-5.15.0.patch new file mode 100644 index 00000000000..2d936a7ce7c --- /dev/null +++ b/srcpkgs/Carla/patches/qt5-5.15.0.patch @@ -0,0 +1,10 @@ +--- source/theme/CarlaStyle.cpp 2020-04-13 05:29:06.000000000 +0200 ++++ source/theme/CarlaStyle.cpp 2020-08-23 20:32:26.157269175 +0200 +@@ -22,6 +22,7 @@ + + #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)) + # include ++# include + # include + # include + # include