File: build-against-qt-5.15.patch

package info (click to toggle)
plplot 5.15.0%2Bdfsg2-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 31,396 kB
  • sloc: ansic: 79,703; xml: 28,583; cpp: 20,033; ada: 19,456; tcl: 12,081; f90: 11,431; ml: 7,276; java: 6,863; python: 6,792; sh: 3,274; perl: 828; lisp: 75; makefile: 74; sed: 34; fortran: 6
file content (17 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix build against Qt 5.15
Author: António Rodrigues Tomé, Alan W. Irwin <airwin@users.sourceforge.net>
Origin: upstream, https://sourceforge.net/p/plplot/plplot/ci/2aa2e1bdae9f75dbf74dc970e80834081fb3d0de/
Forwarded: not-needed
Reviewed-By: Rafael Laboissière <rafael@debian.org>
Last-Update: 2020-11-05

--- plplot-5.15.0+dfsg.orig/include/qt.h
+++ plplot-5.15.0+dfsg/include/qt.h
@@ -67,6 +67,7 @@
 #include <QMainWindow>
 #include <QPicture>
 #include <QMutex>
+#include <QPainterPath>
 
 #include "plDevs.h"
 #include "plplotP.h"