Files
plplot/plplot-include-QPainterPath.patch
Atri Bhattacharya e947420db9 Accepting request 820901 from home:badshah400:branches:science
- Add plplot-include-QPainterPath.patch: Include QPainterPath header when building Qt modules, needed for Qt >= 5.15.0; patch from upstream.
- Re-enable octave bindings (issue with swig and octave seems to be fixed now).
- Reorganise the distribution of cmake files so that each cmake file belongs in the right package.

OBS-URL: https://build.opensuse.org/request/show/820901
OBS-URL: https://build.opensuse.org/package/show/science/plplot?expand=0&rev=125
2020-07-17 12:51:41 +00:00

13 lines
321 B
Diff

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