summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediaplayerbackend
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/qmediaplayerbackend
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/qmediaplayerbackend')
-rw-r--r--tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro b/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro
index c86afc44b..fdd941d69 100644
--- a/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro
+++ b/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro
@@ -1,14 +1,12 @@
-load(qttest_p4)
+TARGET = tst_qmediaplayerbackend
-QT += multimedia-private
+QT += multimedia-private testlib
CONFIG += no_private_qt_headers_warning
# This is more of a system test
-CONFIG -= testcase
+# CONFIG += testcase
DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
SOURCES += \
tst_qmediaplayerbackend.cpp
-
-maemo*:CONFIG += insignificant_test