In the FileBrowser paths where being prepended with file:///, since all the paths already starts with a forward slash, navigating away from the initial directory was therefore not possible. To make the examples work on Android, QT += multimedia was added. Change-Id: Iff96729d476c4292999b022bdd6d5770b6b011e7 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
20 lines
408 B
Prolog
20 lines
408 B
Prolog
TEMPLATE = app
|
|
TARGET = qmlvideofx
|
|
|
|
QT += quick multimedia
|
|
|
|
SOURCES += filereader.cpp main.cpp
|
|
HEADERS += filereader.h trace.h
|
|
|
|
RESOURCES += qmlvideofx.qrc
|
|
|
|
include($$PWD/../snippets/performancemonitor/performancemonitordeclarative.pri)
|
|
|
|
maemo6: {
|
|
DEFINES += SMALL_SCREEN_LAYOUT
|
|
DEFINES += SMALL_SCREEN_PHYSICAL
|
|
}
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideofx
|
|
INSTALLS += target
|