summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2022-12-14 13:30:43 +0100
committerArtem Dyomin <artem.dyomin@qt.io>2022-12-15 09:32:49 +0100
commit17a98404f2b19a04e5aad742b944be123750d3c0 (patch)
tree1420598d6dc6bcbce5a803025ee9eb1c6bc172bf /src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp
parentd26ee431c5b6a0a17d01e86cea981a485df1c4c4 (diff)
Include moc_*.cpp files in QtMM qnx plugin
The reason of the refactoring is following the common approach that leads to reducing compilation time and binary size. - logic hasn't been touched - the same refactorings of main QtMM code, tests, examples, other plugins are coming in the next commits Pick-to: 6.5 6.4 Task-number: QTBUG-103290 Change-Id: I72526688b6ce66cbf5e010632340f5e31b0194eb Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars@knoll.priv.no>
Diffstat (limited to 'src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp')
-rw-r--r--src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp b/src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp
index 1bfdc959c..3983dddbb 100644
--- a/src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp
+++ b/src/plugins/multimedia/qnx/camera/qqnximagecapture.cpp
@@ -253,3 +253,5 @@ void QQnxImageCapture::updateReadyForCapture()
}
QT_END_NAMESPACE
+
+#include "moc_qqnximagecapture_p.cpp"