aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp1
-rw-r--r--tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp1
-rw-r--r--tests/auto/quick/qquickitem/tst_qquickitem.cpp1
-rw-r--r--tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp1
-rw-r--r--tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp1
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp
index badec53aee..3c684a67b3 100644
--- a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp
+++ b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp
@@ -47,7 +47,6 @@
#include <QtQml/QQmlEngine>
#include <QtQml/QQmlComponent>
#include <QtQuick/private/qquickrectangle_p.h>
-#include <qpa/qwindowsysteminterface.h>
#include "../../shared/util.h"
#include <QSignalSpy>
#include <private/qquickcanvas_p.h>
diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
index 47e458bba5..5480c0cf41 100644
--- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
+++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
@@ -47,7 +47,6 @@
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlexpression.h>
-#include <qpa/qwindowsysteminterface.h>
#include <qpa/qplatformdrag.h>
template <typename T> static T evaluate(QObject *scope, const QString &expression)
diff --git a/tests/auto/quick/qquickitem/tst_qquickitem.cpp b/tests/auto/quick/qquickitem/tst_qquickitem.cpp
index e889e59c85..6a13f41ba4 100644
--- a/tests/auto/quick/qquickitem/tst_qquickitem.cpp
+++ b/tests/auto/quick/qquickitem/tst_qquickitem.cpp
@@ -41,7 +41,6 @@
#include <qtest.h>
-#include <qpa/qwindowsysteminterface.h>
#include <QtQuick/qquickitem.h>
#include <QtQuick/qquickcanvas.h>
#include <QtQuick/qquickview.h>
diff --git a/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp b/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp
index fa5fb58225..f657268ab4 100644
--- a/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp
+++ b/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp
@@ -41,7 +41,6 @@
#include <QtTest/QtTest>
#include <QtTest/QSignalSpy>
-#include <qpa/qwindowsysteminterface.h>
#include <private/qquickmultipointtoucharea_p.h>
#include <private/qquickflickable_p.h>
#include <QtQuick/qquickview.h>
diff --git a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
index f24daa30af..3f4937a3b6 100644
--- a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
+++ b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
@@ -46,7 +46,6 @@
#include <QtQuick/private/qquickrectangle_p.h>
#include <QtQuick/qquickview.h>
#include <QtQml/qqmlcontext.h>
-#include <qpa/qwindowsysteminterface.h>
#include "../../shared/util.h"
class tst_QQuickPinchArea: public QQmlDataTest