summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2022-06-21 10:59:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-27 14:01:07 +0000
commitce07df7bbee3f019ae62daf032e5d858d33694dd (patch)
tree4d0c74cd80e425dcb77136552b92e6fcef82fa70 /src
parenteea595005c343c4a98ec8ac853e526d6939325a0 (diff)
QtGLTFSceneImportPlugin: includemocs
Task-number: QTBUG-103286 Change-Id: I988bf4324fb5844a6c2bb8f882a54816f64631ea Reviewed-by: Sean Harmer <sean.harmer@kdab.com> (cherry picked from commit 6d3fb7102f97136f72fe8eca63e6314bc404617f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-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 73824fbf6..183b9ab3f 100644
--- a/src/plugins/sceneparsers/gltf/gltfimporter.cpp
+++ b/src/plugins/sceneparsers/gltf/gltfimporter.cpp
@@ -2628,4 +2628,5 @@ bool GLTFRawTextureImage::GLTFRawTextureImageFunctor::operator ==(const QTexture
QT_END_NAMESPACE
+#include "moc_gltfimporter.cpp"
#include "gltfimporter.moc"