- Add upstream patch: * 0001-QtPDF-Fix-compilation-with-Qt-5.15.patch OBS-URL: https://build.opensuse.org/request/show/811912 OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=21
25 lines
642 B
Diff
25 lines
642 B
Diff
From a5afacf4ca64988927690919ce85a1e3b493bd08 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= <st.loeffler@gmail.com>
|
|
Date: Fri, 1 May 2020 08:05:46 +0200
|
|
Subject: [PATCH] <QtPDF> Fix compilation with Qt 5.15
|
|
|
|
---
|
|
modules/QtPDF/src/PDFBackend.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules/QtPDF/src/PDFBackend.cpp b/modules/QtPDF/src/PDFBackend.cpp
|
|
index 0305d87..500d20a 100644
|
|
--- a/modules/QtPDF/src/PDFBackend.cpp
|
|
+++ b/modules/QtPDF/src/PDFBackend.cpp
|
|
@@ -14,6 +14,7 @@
|
|
|
|
#include <PDFBackend.h>
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QApplication>
|
|
|
|
namespace QtPDF {
|
|
--
|
|
2.26.2
|
|
|