mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Fix build with Qt 5.11
PR: 230884
This commit is contained in:
parent
796dfd7dfd
commit
612769b2bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478852
@ -0,0 +1,12 @@
|
||||
Fix build with Qt 5.11
|
||||
|
||||
--- modules/gui/qt4/actions_manager.hpp.orig 2018-09-03 09:20:39 UTC
|
||||
+++ modules/gui/qt4/actions_manager.hpp
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "qt4.hpp"
|
||||
#include "util/singleton.hpp"
|
||||
|
||||
+#include <QAction>
|
||||
#include <QObject>
|
||||
class QAction;
|
||||
|
@ -0,0 +1,12 @@
|
||||
Fix build with Qt 5.11
|
||||
|
||||
--- modules/gui/qt4/components/simple_preferences.cpp.orig 2018-09-03 09:38:13 UTC
|
||||
+++ modules/gui/qt4/components/simple_preferences.cpp
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <QString>
|
||||
#include <QFont>
|
||||
#include <QToolButton>
|
||||
+#include <QButtonGroup>
|
||||
#include <QSignalMapper>
|
||||
#include <QVBoxLayout>
|
||||
#include <QScrollArea>
|
Loading…
Reference in New Issue
Block a user