Multimedia: Compile on Windows.
MSVC is more strict about #include <> and #include "". Reviewed-by: Ling Hu <ling.hu@nokia.com> Change-Id: I8973d7b2717d892407ad93785f92a64b05bdb6b5 Reviewed-on: http://codereview.qt-project.org/6134 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
48d95f0baa
commit
930d99948f
@@ -39,15 +39,15 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QDebug>
|
||||
#include "qcameraexposure.h"
|
||||
#include "qmediaobject_p.h"
|
||||
|
||||
#include <qcameraexposure.h>
|
||||
#include <qcamera.h>
|
||||
|
||||
#include <qmediaobject_p.h>
|
||||
#include <qcameraexposurecontrol.h>
|
||||
#include <qcameraflashcontrol.h>
|
||||
#include <qmetaobject.h>
|
||||
|
||||
#include <QtCore/QMetaObject>
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user