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>
This commit is contained in:
Rohan McGovern
2011-10-10 14:59:27 +10:00
committed by Qt by Nokia
parent 12b2988137
commit 344364e99b
43 changed files with 129 additions and 104 deletions

View File

@@ -1,6 +1,7 @@
load(qttest_p4)
CONFIG += testcase
TARGET = tst_qabstractvideosurface
QT += core multimedia-private
QT += core multimedia-private testlib
CONFIG += no_private_qt_headers_warning
SOURCES += tst_qabstractvideosurface.cpp