summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpaintervideosurface/qpaintervideosurface.pro')
-rw-r--r--tests/auto/qpaintervideosurface/qpaintervideosurface.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qpaintervideosurface/qpaintervideosurface.pro b/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
new file mode 100644
index 000000000..a6c686d6d
--- /dev/null
+++ b/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+
+QT += multimediakit-private
+
+# TARGET = tst_qpaintervideosurface
+# CONFIG += testcase
+
+contains(QT_CONFIG, opengl): QT += opengl
+
+SOURCES += tst_qpaintervideosurface.cpp
+