summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
blob: 848b1c80632241bb17482d65545b797ad80aca2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qpaintervideosurface

QT += multimedia-private multimediawidgets-private testlib
qtHaveModule(opengl) {
   QT += opengl
} else {
   DEFINES += QT_NO_OPENGL
}

SOURCES += tst_qpaintervideosurface.cpp

QT+=widgets

linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = precise ]"):DEFINES+=UBUNTU_PRECISE_PANGOLIN