Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 08:13:37 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530628 - head/devel/liblxqt/files
Message-ID:  <202004040813.0348DbcJ080012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Apr  4 08:13:37 2020
New Revision: 530628
URL: https://svnweb.freebsd.org/changeset/ports/530628

Log:
  devel/liblxqt: prepare for Qt5.14
  
  PR:		244964

Added:
  head/devel/liblxqt/files/
  head/devel/liblxqt/files/patch-lxqtpowermanager.cpp   (contents, props changed)

Added: head/devel/liblxqt/files/patch-lxqtpowermanager.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/liblxqt/files/patch-lxqtpowermanager.cpp	Sat Apr  4 08:13:37 2020	(r530628)
@@ -0,0 +1,12 @@
+Fix compatiblity with Qt5.14
+
+--- lxqtpowermanager.cpp.orig	2020-04-04 08:10:45 UTC
++++ lxqtpowermanager.cpp
+@@ -31,6 +31,7 @@
+ #include <QMessageBox>
+ #include <QApplication>
+ #include <QDesktopWidget>
++#include <QFile>
+ #include <QtDebug>
+ #include "lxqttranslator.h"
+ #include "lxqtglobals.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004040813.0348DbcJ080012>