mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
print/lyx: fix build with Qt 5.11
PR: 230884 Obtained from: gentoo
This commit is contained in:
parent
7ef25055cb
commit
27db079189
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478774
19
print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch
Normal file
19
print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch
Normal file
@ -0,0 +1,19 @@
|
||||
https://gitweb.gentoo.org/repo/gentoo.git/plain/app-office/lyx/files/lyx-2.3.0-qt-5.11.patch
|
||||
|
||||
--- src/frontends/qt4/GuiDocument.cpp 2018-02-25 01:11:18.000000000 +0100
|
||||
+++ src/frontends/qt4/GuiDocument.cpp 2018-03-30 19:45:47.283928297 +0200
|
||||
@@ -68,11 +68,12 @@
|
||||
#include "frontends/alert.h"
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
-#include <QHeaderView>
|
||||
+#include <QButtonGroup>
|
||||
#include <QColor>
|
||||
#include <QColorDialog>
|
||||
#include <QCloseEvent>
|
||||
#include <QFontDatabase>
|
||||
+#include <QHeaderView>
|
||||
#include <QScrollBar>
|
||||
#include <QTextBoundaryFinder>
|
||||
#include <QTextCursor>
|
||||
|
Loading…
Reference in New Issue
Block a user