From 5043501e64f5a7427fa2cd91989ce2c4e5c0c679 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Wed, 14 Sep 2011 16:35:22 +0200 Subject: Get the Windows GL context to compile. Not sure why this was not the case all along, but on my MSVC2008 installation the include must be prefixed by the 'GL' directory. Change-Id: Icb29b072446bab386b5c62ab0df453ded41b8ede Reviewed-on: http://codereview.qt-project.org/4914 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/plugins/platforms/windows/qwindowsglcontext.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/plugins/platforms/windows') diff --git a/src/plugins/platforms/windows/qwindowsglcontext.cpp b/src/plugins/platforms/windows/qwindowsglcontext.cpp index c144a621e6..31d8c02cb8 100644 --- a/src/plugins/platforms/windows/qwindowsglcontext.cpp +++ b/src/plugins/platforms/windows/qwindowsglcontext.cpp @@ -47,11 +47,7 @@ #include #include -#if defined(Q_CC_MINGW) -# include -#else -# include -#endif +#include // #define DEBUG_GL -- cgit v1.2.3