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:
committed by
The Qt Project
parent
b0b78d200b
commit
1e0b3d8625
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#if defined(HAVE_WIDGETS)
|
#if defined(HAVE_WIDGETS)
|
||||||
#include <QtWidgets/qwidget.h>
|
#include <QtWidgets/qwidget.h>
|
||||||
#include <QVideoWidgetControl.h>
|
#include <QVideoWidgetControl>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "dscameraservice.h"
|
#include "dscameraservice.h"
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
#include <dshow.h>
|
#include <dshow.h>
|
||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#include <initguid.h>
|
#include <initguid.h>
|
||||||
#include <Ocidl.h>
|
#include <ocidl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
extern const CLSID CLSID_VideoInputDeviceCategory;
|
extern const CLSID CLSID_VideoInputDeviceCategory;
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
#include <QtCore/qcoreevent.h>
|
#include <QtCore/qcoreevent.h>
|
||||||
#include <QtCore/qtimer.h>
|
#include <QtCore/qtimer.h>
|
||||||
|
|
||||||
#include "DSVideoWidgetControl.h"
|
#include "dsvideowidgetcontrol.h"
|
||||||
#include "dscamerasession.h"
|
#include "dscamerasession.h"
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
#include <QtMultimedia/qvideosurfaceformat.h>
|
#include <QtMultimedia/qvideosurfaceformat.h>
|
||||||
|
|
||||||
#include <qvideowidgetcontrol.h>
|
#include <qvideowidgetcontrol.h>
|
||||||
#include "DsCameraControl.h"
|
#include "dscameracontrol.h"
|
||||||
|
|
||||||
QT_BEGIN_HEADER
|
QT_BEGIN_HEADER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user