dust3d: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
181521aa1a
commit
a1782aaea7
1 changed files with 10 additions and 0 deletions
10
srcpkgs/dust3d/patches/QPainterPath.patch
Normal file
10
srcpkgs/dust3d/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/texturegenerator.h 2019-07-11 15:02:38.000000000 +0200
|
||||
+++ src/texturegenerator.h 2020-09-01 01:01:14.662510375 +0200
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <vector>
|
||||
#include <QImage>
|
||||
#include <QColor>
|
||||
+#include <QPainterPath>
|
||||
#include "outcome.h"
|
||||
#include "meshloader.h"
|
||||
#include "snapshot.h"
|
Loading…
Add table
Add a link
Reference in a new issue