From 344364e99bf5f5c549b867ed785a8f2415dc577c Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 10 Oct 2011 14:59:27 +1000 Subject: 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 Reviewed-by: Jason McDonald --- tests/auto/qmediarecorder/qmediarecorder.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto/qmediarecorder') 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) -- cgit v1.2.3