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:
Gareth Stockwell
2011-12-15 13:14:24 +00:00
committed by Qt by Nokia
parent f33731fe5a
commit febe398400
169 changed files with 11902 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
HEADERS += $$PWD/frequencymonitor.h
SOURCES += $$PWD/frequencymonitor.cpp
INCLUDEPATH += $$PWD
DEFINES += FREQUENCYMONITOR_SUPPORT
message("frequencymonitor.pri loaded")