Change-Id: I3a001f01ab7fd8cf63452126037b98c1b01df80d Reviewed-on: http://codereview.qt.nokia.com/1797 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
17 lines
305 B
Prolog
17 lines
305 B
Prolog
load(qttest_p4)
|
|
|
|
QT += multimediakit-private
|
|
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
|
|
QT += opengl
|
|
} else {
|
|
DEFINES += QT_NO_OPENGL
|
|
}
|
|
|
|
# TARGET = tst_qpaintervideosurface
|
|
# CONFIG += testcase
|
|
|
|
contains(QT_CONFIG, opengl): QT += opengl
|
|
|
|
SOURCES += tst_qpaintervideosurface.cpp
|
|
|