From c44ab9a2e2ea75fd7effbf38f43a75ca35832f55 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 5 Apr 2020 11:44:32 +0200 Subject: [PATCH] lxqt-globalkeys: add upstream patch for qt-5.14 --- srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch diff --git a/srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch b/srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch new file mode 100644 index 00000000000..056af09bb2e --- /dev/null +++ b/srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch @@ -0,0 +1,21 @@ +From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001 +From: Chih-Hsuan Yen +Date: Sun, 15 Dec 2019 09:33:12 +0800 +Subject: [PATCH] Fix building with Qt 5.14 + +--- + daemon/core.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/daemon/core.cpp b/daemon/core.cpp +index 1be64ec..53bdf7b 100644 +--- daemon/core.cpp ++++ daemon/core.cpp +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #include + #include