Running with QPA minimal isn't enough for a lot of the video related tests, and in some cases the backing store code crashes. Change-Id: I7a09c244fb856397a60c53388b22c3e141737a66 Reviewed-on: http://codereview.qt.nokia.com/4106 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
12 lines
229 B
Prolog
12 lines
229 B
Prolog
load(qttest_p4)
|
|
|
|
QT += multimediakit-private multimediakitwidgets-private
|
|
|
|
# TARGET = tst_qvideowidget
|
|
# CONFIG += testcase
|
|
|
|
SOURCES += tst_qvideowidget.cpp
|
|
|
|
# QPA seems to break some assumptions
|
|
qpa:CONFIG += insignificant_test
|