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 --- examples/multimedia/video/qmlvideo/qmlvideo.pro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/multimedia/video/qmlvideo/qmlvideo.pro (limited to 'examples/multimedia/video/qmlvideo/qmlvideo.pro') diff --git a/examples/multimedia/video/qmlvideo/qmlvideo.pro b/examples/multimedia/video/qmlvideo/qmlvideo.pro new file mode 100644 index 000000000..78c6f0540 --- /dev/null +++ b/examples/multimedia/video/qmlvideo/qmlvideo.pro @@ -0,0 +1,18 @@ +TEMPLATE = app +TARGET = qmlvideo + +LOCAL_SOURCES = main.cpp +LOCAL_HEADERS = trace.h + +SOURCES += $$LOCAL_SOURCES +HEADERS += $$LOCAL_HEADERS +RESOURCES += qmlvideo.qrc + +SNIPPETS_PATH = ../snippets +include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri) + +include(qmlapplicationviewer/qmlapplicationviewer.pri) + +target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideo +INSTALLS += target + -- cgit v1.2.3