aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdstatemachineeditor/qt6.9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/kdstatemachineeditor/qt6.9.patch')
-rw-r--r--vcpkg/ports/kdstatemachineeditor/qt6.9.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/kdstatemachineeditor/qt6.9.patch b/vcpkg/ports/kdstatemachineeditor/qt6.9.patch
new file mode 100644
index 0000000..95ef2f1
--- /dev/null
+++ b/vcpkg/ports/kdstatemachineeditor/qt6.9.patch
@@ -0,0 +1,22 @@
+diff --git a/src/view/quick/qopengl2pexvertexarray_p.h b/src/view/quick/qopengl2pexvertexarray_p.h
+index f80975ed..65058333 100644
+--- a/src/view/quick/qopengl2pexvertexarray_p.h
++++ b/src/view/quick/qopengl2pexvertexarray_p.h
+@@ -80,6 +80,8 @@ class QOpenGLPoint
+ operator QPointF() const {return QPointF(x,y);}
+ };
+
++Q_DECLARE_TYPEINFO(QOpenGLPoint, Q_PRIMITIVE_TYPE);
++
+ struct QOpenGLRect
+ {
+ QOpenGLRect(const QRectF &r)
+@@ -96,6 +98,8 @@ struct QOpenGLRect
+ operator QRectF() const {return QRectF(left, top, right-left, bottom-top);}
+ };
+
++Q_DECLARE_TYPEINFO(QOpenGLRect, Q_PRIMITIVE_TYPE);
++
+ class QOpenGL2PEXVertexArray
+ {
+ public: