qmlvideofx.pro Example File

multimedia/video/qmlvideofx/qmlvideofx.pro
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)
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideofx
INSTALLS += target
QMAKE_INFO_PLIST = Info.plist
EXAMPLE_FILES += \
    qmlvideofx.png \
    qmlvideofx.svg