summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2022-06-21 10:59:31 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-30 08:35:46 +0000
commit7344657038bac6b832b35082eb938e92e4e12c95 (patch)
tree224909b40ce64f4498b56e0e1a7d05ce432c9696
parent2e1f3fb4a053fa16fbfca1626017909aa8ce1ba2 (diff)
Qtqtquickscene2dplugin: includemocs
Task-number: QTBUG-103286 Change-Id: If6e000cf45a430aff58cae48155562d117b8e027 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> (cherry picked from commit 0300d6336fec0c2fabeb05423a4d8fd83f6777ef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp b/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp
index 0ddb9eb0c..4693f21b8 100644
--- a/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp
+++ b/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp
@@ -63,3 +63,5 @@ void QtQuickScene2DPlugin::registerTypes(const char *uri)
}
QT_END_NAMESPACE
+
+#include "moc_qtquickscene2dplugin.cpp"