summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2022-06-21 10:59:28 +0100
committerMike Krus <mike.krus@kdab.com>2022-06-29 13:34:54 +0100
commitccf034bebebfded538eb768344aade70b5e16b03 (patch)
tree4d04a1d299b898d8697ae64531bb0a3cca083611
parentbdccf87fc58a2717245d203b0b4c73d8a486d678 (diff)
downloadqt3d-ccf034bebebfded538eb768344aade70b5e16b03.tar.gz
QtGLTFSceneImportPlugin: includemocs
(manual pick from dev as 6.4 was missing) Task-number: QTBUG-103286 Change-Id: Idff52f6aa8f50fec510b7c7473bf5e3e558644c3 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--src/plugins/sceneparsers/gltf/gltfimporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/sceneparsers/gltf/gltfimporter.cpp b/src/plugins/sceneparsers/gltf/gltfimporter.cpp
index 7abbfcf6b..3017eb085 100644
--- a/src/plugins/sceneparsers/gltf/gltfimporter.cpp
+++ b/src/plugins/sceneparsers/gltf/gltfimporter.cpp
@@ -2594,4 +2594,5 @@ bool GLTFRawTextureImage::GLTFRawTextureImageFunctor::operator ==(const QTexture
QT_END_NAMESPACE
+#include "moc_gltfimporter.cpp"
#include "gltfimporter.moc"