summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/qmlvideofx.pro
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@accenture.com>2011-12-15 13:14:24 +0000
committerQt by Nokia <qt-info@nokia.com>2011-12-22 02:29:16 +0100
commitfebe3984003dcd9313ae451ee2cc23ac15630977 (patch)
tree69cc574086538d5decaffa237f5c5beeb93107ef /examples/video/qmlvideofx/qmlvideofx.pro
parentf33731fe5a265bad8cfbe6a0c83d3d3806d730f8 (diff)
Add qmlvideo and qmlvideofx examples
Based on code imported from master branch of QtMobility repo, ported to Qt Quick 2. Task-number: QTBUG-23118 Change-Id: Ifd297de0e595c675ff1a8e3218d91b03629295b9 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'examples/video/qmlvideofx/qmlvideofx.pro')
-rw-r--r--examples/video/qmlvideofx/qmlvideofx.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/video/qmlvideofx/qmlvideofx.pro b/examples/video/qmlvideofx/qmlvideofx.pro
new file mode 100644
index 000000000..b1a060cc6
--- /dev/null
+++ b/examples/video/qmlvideofx/qmlvideofx.pro
@@ -0,0 +1,28 @@
+TEMPLATE = app
+TARGET = qmlvideofx
+QT += opengl
+
+SOURCES += filereader.cpp \
+ main.cpp
+HEADERS += filereader.h \
+ trace.h
+RESOURCES += qmlvideofx.qrc
+
+qml_folder.source = qml/qmlvideofx
+qml_folder.target = qml
+DEPLOYMENTFOLDERS += qml_folder
+
+images_folder.source = images
+images_folder.target =
+DEPLOYMENTFOLDERS += images_folder
+
+shaders_folder.source = shaders
+shaders_folder.target =
+DEPLOYMENTFOLDERS += shaders_folder
+
+SNIPPETS_PATH = ../snippets
+include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
+performanceItemAddDeployment()
+
+include(qmlapplicationviewer/qmlapplicationviewer.pri)
+qtcAddDeployment()