summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediarecorder
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/qmediarecorder
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/qmediarecorder')
-rw-r--r--tests/auto/qmediarecorder/qmediarecorder.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qmediarecorder/qmediarecorder.pro b/tests/auto/qmediarecorder/qmediarecorder.pro
index b7ca93df1..1efaba0fc 100644
--- a/tests/auto/qmediarecorder/qmediarecorder.pro
+++ b/tests/auto/qmediarecorder/qmediarecorder.pro
@@ -1,6 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qmediarecorder
-QT += multimedia-private
+QT += multimedia-private testlib
CONFIG += no_private_qt_headers_warning
include (../qmultimedia_common/mock.pri)