Files
qtmultimedia/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
Michael Goddard 955c3f21b8 Mark a few tests as insignificant on QPA.
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>
2011-09-02 05:24:50 +02:00

16 lines
350 B
Prolog

load(qttest_p4)
QT += multimediakit-private multimediakitwidgets-private
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
QT += opengl
} else {
DEFINES += QT_NO_OPENGL
}
contains(QT_CONFIG, opengl): QT += opengl
SOURCES += tst_qpaintervideosurface.cpp
# QPA-minimal and OpenGL don't get along
qpa:CONFIG += insignificant_test