aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-07-04 12:39:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-13 17:01:28 +0200
commitd3e6cffa7f7f803cc216e801ed77b7be222d1aff (patch)
treeab34d5a566d39dd2781130fa0eddff81e4d0ddf1 /tests/auto
parent5d480e52f8cc91c29d71687447fe77f2fa1f51fd (diff)
Remove unneeded qpa/qwindowsysteminterface.h includes
They caused a build failure. Change-Id: Id83623f079c80c59067a5b3fb3488ba8572ea453 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'tests/auto')
-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