summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/opengl/qopenglcompositor.cpp2
-rw-r--r--src/opengl/qopenglengineshadermanager.cpp2
-rw-r--r--src/opengl/qopenglshaderprogram.cpp2
-rw-r--r--src/opengl/qopengltexture.cpp2
-rw-r--r--src/opengl/qopengltimerquery.cpp2
-rw-r--r--src/opengl/qopenglwindow.cpp2
6 files changed, 12 insertions, 0 deletions
diff --git a/src/opengl/qopenglcompositor.cpp b/src/opengl/qopenglcompositor.cpp
index 9f661510ad..dd07fb2bef 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 679c39385d..6eea91bed7 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 d4dee6c674..6db5b5917e 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 809ffaf634..d0dc781ada 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 921a9f759f..2b107f79e9 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 d000dced94..3daf6ab73a 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"