Unbreak build after recent Qt 5.15 update.

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

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.42 2020/11/03 17:34:50 rsadowski Exp $
# $OpenBSD: Makefile,v 1.43 2021/01/19 06:41:10 rsadowski Exp $
COMMENT= data viewing/plotting tool
GH_ACCOUNT = Kst-plot
GH_PROJECT = kst
GH_TAGNAME = v2.0.8
REVISION = 6
REVISION = 7
SHARED_LIBS += kst2core 0.0 # 2.0
SHARED_LIBS += kst2math 0.0 # 2.0

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-src_widgets_gradienteditor_h,v 1.1 2021/01/19 06:41:10 rsadowski Exp $
Index: src/widgets/gradienteditor.h
--- src/widgets/gradienteditor.h.orig
+++ src/widgets/gradienteditor.h
@@ -16,6 +16,7 @@
#include <QHash>
#include <QWidget>
#include <QGradient>
+#include <QPainterPath>
#include "kstwidgets_export.h"