ghostwriter: fix build w/ qt5-5.15.0
This commit is contained in:
parent
3d05f326f2
commit
ccd193fe59
1 changed files with 14 additions and 0 deletions
14
srcpkgs/ghostwriter/patches/qt5-5.15.0.patch
Normal file
14
srcpkgs/ghostwriter/patches/qt5-5.15.0.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Source: @pullmoll
|
||||||
|
Upstream: no
|
||||||
|
Reason: qt5-5.15.0 requires explicit include for QPainterPath
|
||||||
|
|
||||||
|
--- src/MarkdownEditor.cpp 2020-02-23 01:49:46.000000000 +0100
|
||||||
|
+++ src/MarkdownEditor.cpp 2020-07-14 02:29:29.200936217 +0200
|
||||||
|
@@ -34,6 +34,7 @@
|
||||||
|
#include <QUrl>
|
||||||
|
#include <QPixmap>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QFileInfo>
|
||||||
|
#include <QDir>
|
||||||
|
|
Loading…
Reference in a new issue