summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcameraimagecapture
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-09-05 16:13:46 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-09 02:09:54 +0200
commitd690596868be79fc0212d39707d5bc052700e24c (patch)
tree074206fa0f454a8bf388c1a64dddb9139e32329f /tests/auto/qcameraimagecapture
parent461a37b41204b1696f5ed47e5583f4398db46155 (diff)
Split some of the autotests into widget and non widget parts.
Since the tests are mostly not widget based. Change-Id: Ic3fa4224b19f2a5c710fd4763b5e645252975c1c Reviewed-on: http://codereview.qt-project.org/4174 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Diffstat (limited to 'tests/auto/qcameraimagecapture')
-rw-r--r--tests/auto/qcameraimagecapture/qcameraimagecapture.pro2
-rw-r--r--tests/auto/qcameraimagecapture/tst_qcameraimagecapture.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qcameraimagecapture/qcameraimagecapture.pro b/tests/auto/qcameraimagecapture/qcameraimagecapture.pro
index 97785dc92..a69d2f342 100644
--- a/tests/auto/qcameraimagecapture/qcameraimagecapture.pro
+++ b/tests/auto/qcameraimagecapture/qcameraimagecapture.pro
@@ -1,6 +1,6 @@
load(qttest_p4)
-QT += multimediakit-private multimediakitwidgets-private
+QT += multimediakit-private
CONFIG += no_private_qt_headers_warning
SOURCES += \
diff --git a/tests/auto/qcameraimagecapture/tst_qcameraimagecapture.cpp b/tests/auto/qcameraimagecapture/tst_qcameraimagecapture.cpp
index ab198d553..312def45e 100644
--- a/tests/auto/qcameraimagecapture/tst_qcameraimagecapture.cpp
+++ b/tests/auto/qcameraimagecapture/tst_qcameraimagecapture.cpp
@@ -63,8 +63,6 @@ Reviewer Name Date Coverage ( Full / Test Case IDs ).
#include <qmediaservice.h>
#include <qcamera.h>
#include <qcameraimagecapture.h>
-#include <qgraphicsvideoitem.h>
-#include <qcameraviewfinder.h>
#include "mockcameraservice.h"
#include "mockmediaserviceprovider.h"