summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-02 17:00:49 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-03 00:21:38 +0200
commit39d99c714bb87bd39e92d85fb1f46c52eb9f8d33 (patch)
tree689d0f831d24921c649b4b8714486fe35b3f7bed /src/plugins/platforms/windows
parentdd34ac5c3450b93296480c766b092d37c6f87a36 (diff)
Fix no-OpenGL build after introducing QOpenGLContext platform interface
Change-Id: I355f43c200adb3a12e71e0b02aa10060672bb9e4 Reviewed-by: Nodir Temirkhodjaev <nodir.temir@gmail.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/plugins/platforms/windows')
-rw-r--r--src/plugins/platforms/windows/qwindowsintegration.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/qwindowsintegration.h b/src/plugins/platforms/windows/qwindowsintegration.h
index 348da5c58c..207e018ca8 100644
--- a/src/plugins/platforms/windows/qwindowsintegration.h
+++ b/src/plugins/platforms/windows/qwindowsintegration.h
@@ -54,7 +54,10 @@ struct QWindowsWindowData;
class QWindowsWindow;
class QWindowsStaticOpenGLContext;
-class QWindowsIntegration : public QPlatformIntegration, public QPlatformInterface::Private::QWindowsGLIntegration
+class QWindowsIntegration : public QPlatformIntegration
+#ifndef QT_NO_OPENGL
+ , public QPlatformInterface::Private::QWindowsGLIntegration
+#endif
{
Q_DISABLE_COPY_MOVE(QWindowsIntegration)
public: