Change-Id: I246d7cfa79cbbbee3cfc4a354b38c155aa887aa2 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
17 lines
367 B
Prolog
17 lines
367 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpaintervideosurface
|
|
|
|
QT += multimedia-private multimediawidgets-private testlib
|
|
CONFIG += no_private_qt_headers_warning
|
|
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
|
|
|
|
QT+=widgets
|