QmlDesigner.QmlPuppet: Fix compile for Qt 5.6

Change-Id: I231bcf61e813db14c0958565cf76dd4df56b4e99
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-07-14 12:06:07 +02:00
committed by Thomas Hartmann
parent 83d1aa0d72
commit 6dfd03596f
11 changed files with 15 additions and 10 deletions
@@ -83,7 +83,7 @@
#include <QMutableVectorIterator>
#include <QQuickView>
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace {
@@ -63,7 +63,7 @@
#include "dummycontextobject.h"
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace QmlDesigner {
@@ -37,7 +37,7 @@
#include "qt5rendernodeinstanceserver.h"
#include "qt5testnodeinstanceserver.h"
#include <designersupport.h>
#include <designersupportdelegate.h>
#if defined(Q_OS_UNIX)
#include <unistd.h>
@@ -34,7 +34,7 @@
#include <QQuickItem>
#include <QQuickView>
#include <designersupport.h>
#include <designersupportdelegate.h>
#include <addimportcontainer.h>
#include <createscenecommand.h>
#include <reparentinstancescommand.h>
@@ -34,7 +34,7 @@
#include <QtGlobal>
#include "nodeinstanceserver.h"
#include "designersupport.h"
#include <designersupportdelegate.h>
QT_BEGIN_NAMESPACE
class QQuickItem;
@@ -36,7 +36,7 @@
#include "removesharedmemorycommand.h"
#include <QQuickView>
#include <QQuickItem>
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace QmlDesigner {
@@ -63,7 +63,7 @@
#include "dummycontextobject.h"
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace QmlDesigner {
@@ -65,7 +65,7 @@
#include "dummycontextobject.h"
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace QmlDesigner {
@@ -36,7 +36,7 @@
#include "objectnodeinstance.h"
#include <QQuickItem>
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace QmlDesigner {
namespace Internal {
@@ -0,0 +1,5 @@
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
#include <private/qquickdesignersupport_p.h>
#else
#include <designersupport.h>
#endif
@@ -57,7 +57,7 @@
#include <private/qquickstateoperations_p.h>
#include <designersupport.h>
#include <designersupportdelegate.h>
namespace QmlDesigner {