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>
16 lines
350 B
Prolog
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
|