- 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>
22 lines
531 B
Prolog
22 lines
531 B
Prolog
TEMPLATE = app
|
|
TARGET = customvideowidget
|
|
|
|
QT += multimedia multimediawidgets widgets
|
|
|
|
HEADERS = \
|
|
videoplayer.h \
|
|
videowidget.h \
|
|
videowidgetsurface.h
|
|
|
|
SOURCES = \
|
|
main.cpp \
|
|
videoplayer.cpp \
|
|
videowidget.cpp \
|
|
videowidgetsurface.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/customvideosurface/customvideowidget
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/customvideosurface/customvideowidget
|
|
|
|
INSTALLS += target sources
|