aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/adaptations/software/qsgsoftwarepublicnodes_p.h3
-rw-r--r--src/quick/scenegraph/coreapi/qsggeometry_p.h1
-rw-r--r--src/quick/scenegraph/coreapi/qsgnode_p.h2
-rw-r--r--src/quick/scenegraph/util/qsgdefaultrectanglenode_p.h1
-rw-r--r--src/quick/scenegraph/util/qsgtexturereader_p.h1
5 files changed, 6 insertions, 2 deletions
diff --git a/src/quick/scenegraph/adaptations/software/qsgsoftwarepublicnodes_p.h b/src/quick/scenegraph/adaptations/software/qsgsoftwarepublicnodes_p.h
index f005413c5f..8feb832e54 100644
--- a/src/quick/scenegraph/adaptations/software/qsgsoftwarepublicnodes_p.h
+++ b/src/quick/scenegraph/adaptations/software/qsgsoftwarepublicnodes_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtQuick module of the Qt Toolkit.
@@ -44,6 +44,7 @@
#include <QtQuick/qsgimagenode.h>
#include <QtQuick/qsgninepatchnode.h>
#include <QtGui/qpixmap.h>
+#include <QtCore/private/qglobal_p.h>
//
// W A R N I N G
diff --git a/src/quick/scenegraph/coreapi/qsggeometry_p.h b/src/quick/scenegraph/coreapi/qsggeometry_p.h
index a80be662df..1d083de285 100644
--- a/src/quick/scenegraph/coreapi/qsggeometry_p.h
+++ b/src/quick/scenegraph/coreapi/qsggeometry_p.h
@@ -52,6 +52,7 @@
//
#include "qsggeometry.h"
+#include "private/qglobal_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/quick/scenegraph/coreapi/qsgnode_p.h b/src/quick/scenegraph/coreapi/qsgnode_p.h
index f81128f51a..e53ba42fa7 100644
--- a/src/quick/scenegraph/coreapi/qsgnode_p.h
+++ b/src/quick/scenegraph/coreapi/qsgnode_p.h
@@ -51,7 +51,7 @@
// We mean it.
//
-#include <qglobal.h>
+#include <private/qglobal_p.h>
#include "qsgnode.h"
diff --git a/src/quick/scenegraph/util/qsgdefaultrectanglenode_p.h b/src/quick/scenegraph/util/qsgdefaultrectanglenode_p.h
index 965aa8dabb..a3b794c808 100644
--- a/src/quick/scenegraph/util/qsgdefaultrectanglenode_p.h
+++ b/src/quick/scenegraph/util/qsgdefaultrectanglenode_p.h
@@ -54,6 +54,7 @@
#include <QtGui/qcolor.h>
#include <QtQuick/qsgrectanglenode.h>
#include <QtQuick/qsgvertexcolormaterial.h>
+#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE
diff --git a/src/quick/scenegraph/util/qsgtexturereader_p.h b/src/quick/scenegraph/util/qsgtexturereader_p.h
index 20c17fce50..04842adc5b 100644
--- a/src/quick/scenegraph/util/qsgtexturereader_p.h
+++ b/src/quick/scenegraph/util/qsgtexturereader_p.h
@@ -53,6 +53,7 @@
#include <QString>
#include <QFileInfo>
+#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE