diff --git a/src/opengl/qopenglcompositor.cpp b/src/opengl/qopenglcompositor.cpp index 9f661510adc..dd07fb2bef6 100644 --- a/src/opengl/qopenglcompositor.cpp +++ b/src/opengl/qopenglcompositor.cpp @@ -311,3 +311,5 @@ void QOpenGLCompositor::changeWindowIndex(QOpenGLCompositorWindow *window, int n } QT_END_NAMESPACE + +#include "moc_qopenglcompositor_p.cpp" diff --git a/src/opengl/qopenglengineshadermanager.cpp b/src/opengl/qopenglengineshadermanager.cpp index 679c39385d9..6eea91bed7c 100644 --- a/src/opengl/qopenglengineshadermanager.cpp +++ b/src/opengl/qopenglengineshadermanager.cpp @@ -893,3 +893,5 @@ bool QOpenGLEngineShaderManager::useCorrectShaderProg() } QT_END_NAMESPACE + +#include "moc_qopenglengineshadermanager_p.cpp" diff --git a/src/opengl/qopenglshaderprogram.cpp b/src/opengl/qopenglshaderprogram.cpp index d4dee6c6744..6db5b5917e3 100644 --- a/src/opengl/qopenglshaderprogram.cpp +++ b/src/opengl/qopenglshaderprogram.cpp @@ -3812,3 +3812,5 @@ bool QOpenGLShaderProgramPrivate::linkBinary() } QT_END_NAMESPACE + +#include "moc_qopenglshaderprogram.cpp" diff --git a/src/opengl/qopengltexture.cpp b/src/opengl/qopengltexture.cpp index 809ffaf634d..d0dc781adac 100644 --- a/src/opengl/qopengltexture.cpp +++ b/src/opengl/qopengltexture.cpp @@ -4872,3 +4872,5 @@ QDebug operator<<(QDebug debug, const QOpenGLTexture *t) #endif // QT_NO_DEBUG_STREAM QT_END_NAMESPACE + +#include "moc_qopengltexture.cpp" diff --git a/src/opengl/qopengltimerquery.cpp b/src/opengl/qopengltimerquery.cpp index 921a9f759f9..2b107f79e90 100644 --- a/src/opengl/qopengltimerquery.cpp +++ b/src/opengl/qopengltimerquery.cpp @@ -878,3 +878,5 @@ void QOpenGLTimeMonitor::reset() } QT_END_NAMESPACE + +#include "moc_qopengltimerquery.cpp" diff --git a/src/opengl/qopenglwindow.cpp b/src/opengl/qopenglwindow.cpp index d000dced949..3daf6ab73a4 100644 --- a/src/opengl/qopenglwindow.cpp +++ b/src/opengl/qopenglwindow.cpp @@ -696,3 +696,5 @@ QPaintDevice *QOpenGLWindow::redirected(QPoint *) const } QT_END_NAMESPACE + +#include "moc_qopenglwindow.cpp"