forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxqt-base/liblxqt: fix build with Qt 5.14
Closes: https://bugs.gentoo.org/703596 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jimi Huotari <[email protected]> Closes: gentoo#14108 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 534c6f6b5240daa81a2b6206a8ec028a69ee5c2d Mon Sep 17 00:00:00 2001 | ||
From: Jimi Huotari <[email protected]> | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters