Make the declarative-camera example working in shadow builds by including the Qt Quick assets via a .qrc file. Change-Id: Iea56e7d69558503abdf15a600a6ce21ea90ee99a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
12 lines
225 B
Prolog
12 lines
225 B
Prolog
TEMPLATE=app
|
|
TARGET=declarative-camera
|
|
|
|
QT += quick qml multimedia
|
|
|
|
SOURCES += qmlcamera.cpp
|
|
RESOURCES += declarative-camera.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/declarative-camera
|
|
INSTALLS += target
|
|
|