summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcamerabackend
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-10 14:59:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 14:44:34 +0200
commit344364e99bf5f5c549b867ed785a8f2415dc577c (patch)
tree3e136a7bf0aff266f6c3f4f4530e76cdd4aee3c9 /tests/auto/qcamerabackend
parent12b2988137c996d94a5dcf3ef6f58fb5161db574 (diff)
tests: eliminated usage of qttest_p4.prf
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I3f49fd3b79899eff1d6ad9458143f34419026276 Reviewed-on: http://codereview.qt-project.org/6286 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qcamerabackend')
-rw-r--r--tests/auto/qcamerabackend/qcamerabackend.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/auto/qcamerabackend/qcamerabackend.pro b/tests/auto/qcamerabackend/qcamerabackend.pro
index 70206b229..9eb79fbd3 100644
--- a/tests/auto/qcamerabackend/qcamerabackend.pro
+++ b/tests/auto/qcamerabackend/qcamerabackend.pro
@@ -1,11 +1,9 @@
-load(qttest_p4)
+TARGET = tst_qcamerabackend
-QT += multimedia-private multimediawidgets-private
+QT += multimedia-private multimediawidgets-private testlib
CONFIG += no_private_qt_headers_warning
# This is more of a system test
-CONFIG -= testcase
+# CONFIG += testcase
SOURCES += tst_qcamerabackend.cpp
-
-maemo*:CONFIG += insignificant_test