summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
blob: c48ac27e34a6089b007b9fc202b93dfe8f23f24f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)

QT += multimediakit-private multimediakitwidgets-private
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