diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-19 20:15:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-19 20:15:41 +0100 |
commit | 6aed5de010ac875f61641ad63bfe2e5fcc47a309 (patch) | |
tree | b6a3ae1a382139ff4ded82362975e58084329b90 /lxqt-base/liblxqt/files | |
parent | ff7de652555f792f43ee0d7438f87226ecad8b83 (diff) |
lxqt-base/liblxqt : fix building against qt 5.14
Diffstat (limited to 'lxqt-base/liblxqt/files')
-rw-r--r-- | lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch b/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch new file mode 100644 index 00000000..54fd9067 --- /dev/null +++ b/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch @@ -0,0 +1,24 @@ +From 534c6f6b5240daa81a2b6206a8ec028a69ee5c2d Mon Sep 17 00:00:00 2001 +From: Jimi Huotari <chiitoo@gentoo.org> +Date: Mon, 23 Dec 2019 21:20:16 +0200 +Subject: [PATCH] Fix build with Qt 5.14. + +--- + lxqtpowermanager.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/lxqtpowermanager.cpp b/lxqtpowermanager.cpp +index aef5ca2..b0926f9 100644 +--- a/lxqtpowermanager.cpp ++++ b/lxqtpowermanager.cpp +@@ -32,6 +32,7 @@ + #include <QApplication> + #include <QDesktopWidget> + #include <QtDebug> ++#include <QFile> + #include "lxqttranslator.h" + #include "lxqtglobals.h" + #include "lxqtsettings.h" +-- +2.24.1 + |