summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2017-02-08 13:55:11 +0100
committerOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>2017-02-14 12:09:47 +0000
commit9e3a3250e0542073092eee51c185234fcc6f40f7 (patch)
tree14d5adf2c1d9cef2801815084094b59cc056bb19 /src/plugins/platforms
parent10ecbc4041cb7db004f4ed4d40ce082553d75844 (diff)
Windows QPA: Fix compilation with QT_NO_OPENGL
Compilation error introduced in 7780ee9e5f20f80ab9e053058d0b6d92586cf876 Change-Id: Ia770ca207cdd25bb15c74d681ece391a844791a7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/windows/qwindowsglcontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/qwindowsglcontext.h b/src/plugins/platforms/windows/qwindowsglcontext.h
index 4c804a612e..048b22bbf7 100644
--- a/src/plugins/platforms/windows/qwindowsglcontext.h
+++ b/src/plugins/platforms/windows/qwindowsglcontext.h
@@ -48,6 +48,7 @@
#include <vector>
QT_BEGIN_NAMESPACE
+#ifndef QT_NO_OPENGL
class QDebug;
@@ -228,7 +229,7 @@ private:
GLenum (APIENTRY * m_getGraphicsResetStatus)();
bool m_lost;
};
-
+#endif
QT_END_NAMESPACE
#endif // QWINDOWSGLCONTEXT_H