summaryrefslogtreecommitdiffstats
path: root/examples/customvideosurface/customvideosurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customvideosurface/customvideosurface.pro')
-rw-r--r--examples/customvideosurface/customvideosurface.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/customvideosurface/customvideosurface.pro b/examples/customvideosurface/customvideosurface.pro
new file mode 100644
index 000000000..9ddb7ed12
--- /dev/null
+++ b/examples/customvideosurface/customvideosurface.pro
@@ -0,0 +1,23 @@
+TEMPLATE = app
+TARGET = customvideosurface
+
+QT += multimedia multimediawidgets
+
+HEADERS = \
+ videoplayer.h \
+ videowidget.h \
+ videowidgetsurface.h
+
+SOURCES = \
+ main.cpp \
+ videoplayer.cpp \
+ videowidget.cpp \
+ videowidgetsurface.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/customvideosurface
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/customvideosurface
+
+INSTALLS += target sources
+
+QT+=widgets