- Correct install paths - Add missing resources - Add declarative-radio - Remove deploy/install logic from qmlapplicationviewer.pri and snippet .pro-files of the video examples and add normal install rules. Task-number: QTBUG-27977 Change-Id: Iadecb14d9330c752f6fb739918da743a854ba236 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
27 lines
756 B
Prolog
27 lines
756 B
Prolog
TEMPLATE = app
|
|
TARGET = qmlvideofx
|
|
|
|
LOCAL_SOURCES = filereader.cpp main.cpp
|
|
LOCAL_HEADERS = filereader.h trace.h
|
|
|
|
SOURCES += $$LOCAL_SOURCES
|
|
HEADERS += $$LOCAL_HEADERS
|
|
|
|
RESOURCES += qmlvideofx.qrc
|
|
|
|
SNIPPETS_PATH = ../snippets
|
|
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
|
|
|
|
maemo6: {
|
|
DEFINES += SMALL_SCREEN_LAYOUT
|
|
DEFINES += SMALL_SCREEN_PHYSICAL
|
|
}
|
|
|
|
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/video/qmlvideofx
|
|
sources.files = $$LOCAL_SOURCES $$LOCAL_HEADERS $$RESOURCES *.pro images qmlapplicationviewer qmlvideofx.png shaders qml qmlvideofx.svg
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/video/qmlvideofx
|
|
INSTALLS += target sources
|