summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-31 11:32:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-31 11:32:45 +0100
commit421a17f90e084b06593d77a0354f632664c30744 (patch)
tree928bccdb91be0d064361b95f5a0595fc50fbed43 /lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
parentf2f3fc0601dae0efdf582833e773ff9d87759ec9 (diff)
lxqt-base/lxqt-meta : drop lxqt and related packages
Diffstat (limited to 'lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch')
-rw-r--r--lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch b/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
deleted file mode 100644
index 31b22cd6..00000000
--- a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen <yan12125@gmail.com>
-Date: Sun, 15 Dec 2019 09:32:55 +0800
-Subject: [PATCH] Fix building with Qt 5.14
-
----
- lxqt-config-input/touchpaddevice.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-input/touchpaddevice.cpp b/lxqt-config-input/touchpaddevice.cpp
-index 31adbe5f..41690c2c 100644
---- a/lxqt-config-input/touchpaddevice.cpp
-+++ b/lxqt-config-input/touchpaddevice.cpp
-@@ -21,6 +21,7 @@
- #include <cmath>
- #include <QDebug>
- #include <QX11Info>
-+#include <QUrl>
- #include <libudev.h>
- #include <LXQt/Settings>
- #include <X11/Xatom.h>