Unbreak build after recent Qt 5.15 update.

Add missing QPainterPath include
This commit is contained in:
rsadowski 2021-01-19 06:41:35 +00:00
parent 2bde1cb376
commit 483d6dc8d2
2 changed files with 15 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2020/03/14 01:17:13 jca Exp $
# $OpenBSD: Makefile,v 1.34 2021/01/19 06:41:35 rsadowski Exp $
COMMENT = fast Qt IMAP e-mail client
DISTNAME = trojita-0.7
REVISION = 11
REVISION = 12
SHARED_LIBS = trojita_plugins 2.0 # 2.0

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-src_Gui_Window_cpp,v 1.1 2021/01/19 06:41:35 rsadowski Exp $
Index: src/Gui/Window.cpp
--- src/Gui/Window.cpp.orig
+++ src/Gui/Window.cpp
@@ -40,6 +40,7 @@
#include <QStackedWidget>
#include <QStatusBar>
#include <QTextDocument>
+#include <QPainterPath>
#include <QToolBar>
#include <QToolButton>
#include <QToolTip>