1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

games/solarus-quest-editor: prepare for Qt5-5.15

This commit is contained in:
Tobias C. Berner 2020-05-21 09:57:21 +00:00
parent f3cabc444a
commit 108acd723b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536097
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/entities/jumper.cpp.orig 2020-05-21 09:50:59 UTC
+++ src/entities/jumper.cpp
@@ -17,6 +17,7 @@
#include "entities/jumper.h"
#include "map_model.h"
#include <QPainter>
+#include <QPainterPath>
namespace SolarusEditor {

View File

@ -0,0 +1,10 @@
--- src/widgets/map_view.cpp.orig 2020-05-21 09:50:59 UTC
+++ src/widgets/map_view.cpp
@@ -40,6 +40,7 @@
#include <QMouseEvent>
#include <QScrollBar>
#include <QtMath>
+#include <QPainterPath>
namespace SolarusEditor {

View File

@ -0,0 +1,10 @@
--- src/widgets/tileset_view.cpp.orig 2020-05-21 09:50:59 UTC
+++ src/widgets/tileset_view.cpp
@@ -34,6 +34,7 @@
#include <QMimeData>
#include <QMouseEvent>
#include <QScrollBar>
+#include <QPainterPath>
namespace SolarusEditor {