- 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>
13 lines
352 B
Prolog
13 lines
352 B
Prolog
QT += qml quick multimedia
|
|
|
|
SOURCES += main.cpp
|
|
RESOURCES += declarative-radio.qrc
|
|
|
|
OTHER_FILES += view.qml
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/declarative-radio
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro doc view.qml
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/declarative-radio
|
|
INSTALLS += target sources
|