summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
blob: d56a384d2ebe5149d96231185594e6fcd22a57c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
qpa:CONFIG += insignificant_test
QT+=widgets