From 6b4994c265889db2058b7d5850b51ddfc5478754 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 5 Dec 2012 13:03:09 +0100 Subject: centralize and fixup example sources install targets This follows suit with aeb036e in qtbase. Change-Id: Ie8580d0a1f38ab9858b0e44c9f99bdc552a1752a Reviewed-by: Oswald Buddenhagen Reviewed-by: hjk --- .../customvideoitem/customvideoitem.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro (limited to 'examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro') diff --git a/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro b/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro new file mode 100644 index 000000000..387e494c9 --- /dev/null +++ b/examples/multimediawidgets/customvideosurface/customvideoitem/customvideoitem.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +TARGET = customvideoitem + +QT += multimedia multimediawidgets widgets + +contains(QT_CONFIG, 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 -- cgit v1.2.3