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
This commit is contained in:
Kalle Lehtonen
2011-06-09 16:15:56 +10:00
committed by Qt by Nokia
parent a3ec7105dc
commit e33b74bd70

View File

@@ -1,6 +1,11 @@
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