Change-Id: I9daec1e1ec1bc163d451ac03685ef6caba7dbde7 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
22 lines
435 B
Prolog
22 lines
435 B
Prolog
TEMPLATE = app
|
|
TARGET = qmlvideo
|
|
|
|
QT += quick multimedia
|
|
|
|
LOCAL_SOURCES = main.cpp
|
|
LOCAL_HEADERS = trace.h
|
|
|
|
SOURCES += $$LOCAL_SOURCES
|
|
HEADERS += $$LOCAL_HEADERS
|
|
RESOURCES += qmlvideo.qrc
|
|
|
|
SNIPPETS_PATH = ../snippets
|
|
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideo
|
|
INSTALLS += target
|
|
|
|
EXAMPLE_FILES += \
|
|
qmlvideo.png \
|
|
qmlvideo.svg
|