summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-22 20:05:38 +0100
committerLars Knoll <lars.knoll@qt.io>2021-04-06 08:10:38 +0000
commitcb43c7110b6df863c57fed53772c1584d5d7355c (patch)
treef7f3ebcbe7b1d256c7d6840705c0009b0bb4cd1a /examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro
parent3b64b3556ca376fbf81cd0f2c9f3507b4d7f65b8 (diff)
Remove the custom video surface examples
They are actually pretty bad examples, as they use QAbstractVideoSurface (which completely changes), and worse, draw everything in software, which is really bad performance wise. Change-Id: I6e6b51baa0915cc52f0741fc47fcbd105d880491 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro')
-rw-r--r--examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro b/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro
deleted file mode 100644
index 2fb123e77..000000000
--- a/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = app
-TARGET = customvideoitem
-
-QT += multimedia multimediawidgets widgets
-
-qtHaveModule(opengl): QT += opengl
-
-HEADERS += videoplayer.h \
- videoitem.h
-
-SOURCES += main.cpp \
- videoplayer.cpp \
- videoitem.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/customvideosurface/customvideoitem
-INSTALLS += target