Files
qtmultimedia/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
Kalle Lehtonen e33b74bd70 Fix for QPainterVideoSurface autotest
Autotest missing related OpenGL defines compared to the library.

Task-number: QTMOBILITY-1662

Change-Id: I2e417865a633058bb67ee30c07be53bab049bea6
(cherry picked from commit 68ef2e67968f4887a2d83e37f89f827d5ce36788)
Reviewed-on: http://codereview.qt.nokia.com/976
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Goddard
2011-07-05 06:49:42 +02:00

17 lines
315 B
Prolog

load(qttest_p4)
QT += multimediakit-private
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2): !symbian {
QT += opengl
} else {
DEFINES += QT_NO_OPENGL
}
# TARGET = tst_qpaintervideosurface
# CONFIG += testcase
contains(QT_CONFIG, opengl): QT += opengl
SOURCES += tst_qpaintervideosurface.cpp