fix case of included windows headers

Allows cross-building on unix.

Change-Id: If389138c2d3bf5e72c62c85d054785ac9232f158
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Mark Brand 2012-01-18 22:34:53 +01:00 committed by Qt by Nokia
parent 14fe15add1
commit ce2428c608
3 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@
#include <QtGui/qplatformnativeinterface_qpa.h>
#include <QtGui/qwindow.h>
#include <QtGui/qaccessible2.h>
#include <OleAcc.h>
#include <oleacc.h>
//#include <uiautomationcoreapi.h>
#ifndef UiaRootObjectId

View File

@ -66,8 +66,8 @@
#include "qtwindows_additional.h"
#define STRICT_TYPED_ITEMIDS
#include <ShlObj.h>
#include <Shlwapi.h>
#include <shlobj.h>
#include <shlwapi.h>
// #define USE_NATIVE_COLOR_DIALOG /* Testing purposes only */

View File

@ -48,8 +48,8 @@
#include <QtGui/QGuiApplication>
#include <QtGui/QPlatformNativeInterface>
#include <WinGDI.h>
#include <GL/Gl.h>
#include <wingdi.h>
#include <GL/gl.h>
// #define DEBUG_GL