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>
This commit is contained in:
committed by
Qt by Nokia
parent
f33731fe5a
commit
febe398400
21
examples/video/qmlvideo/qmlvideo.pro
Normal file
21
examples/video/qmlvideo/qmlvideo.pro
Normal file
@@ -0,0 +1,21 @@
|
||||
TEMPLATE = app
|
||||
TARGET = qmlvideo
|
||||
|
||||
SOURCES += main.cpp
|
||||
HEADERS += trace.h
|
||||
RESOURCES += qmlvideo.qrc
|
||||
|
||||
qml_folder.source = qml/qmlvideo
|
||||
qml_folder.target = qml
|
||||
DEPLOYMENTFOLDERS = qml_folder
|
||||
|
||||
images_folder.source = images
|
||||
images_folder.target =
|
||||
DEPLOYMENTFOLDERS += images_folder
|
||||
|
||||
SNIPPETS_PATH = ../snippets
|
||||
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
|
||||
performanceItemAddDeployment()
|
||||
|
||||
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
||||
qtcAddDeployment()
|
||||
Reference in New Issue
Block a user