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:
parent
14fe15add1
commit
ce2428c608
@ -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
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user