fix include statements

Names are case sensitive when cross bulding for mingw on unix.

Change-Id: I355b9388241c7c5fefb05b6f0c231efec4530c7e
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com>
This commit is contained in:
Mark Brand
2012-12-20 01:20:49 +01:00
committed by The Qt Project
parent b0b78d200b
commit 1e0b3d8625
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
#if defined(HAVE_WIDGETS)
#include <QtWidgets/qwidget.h>
#include <QVideoWidgetControl.h>
#include <QVideoWidgetControl>
#endif
#include "dscameraservice.h"

View File

@@ -49,7 +49,7 @@
#include <dshow.h>
#include <objbase.h>
#include <initguid.h>
#include <Ocidl.h>
#include <ocidl.h>
#include <string.h>
extern const CLSID CLSID_VideoInputDeviceCategory;

View File

@@ -42,7 +42,7 @@
#include <QtCore/qcoreevent.h>
#include <QtCore/qtimer.h>
#include "DSVideoWidgetControl.h"
#include "dsvideowidgetcontrol.h"
#include "dscamerasession.h"
QT_BEGIN_NAMESPACE

View File

@@ -49,7 +49,7 @@
#include <QtMultimedia/qvideosurfaceformat.h>
#include <qvideowidgetcontrol.h>
#include "DsCameraControl.h"
#include "dscameracontrol.h"
QT_BEGIN_HEADER