Prepare for removal of the -qpa configure option. Change-Id: Ibf4be58231d29cd972eb765f32b410e1eb9d7fed Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
19 lines
437 B
Prolog
19 lines
437 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
|
|
|
|
# QPA-minimal and OpenGL don't get along
|
|
CONFIG += insignificant_test
|
|
QT+=widgets
|