aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdstatemachineeditor/qt6.9.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/kdstatemachineeditor/qt6.9.patch
move to own git serverHEADmaster
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: