This example was in the multimediawidgets directory but doesn't depend on or use the QtMultimediaWidgets module. Moved to 'examples/multimedia' instead. Change-Id: Ic2fcc6576e95664e0002531ee378a4366daa56c1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
12 lines
218 B
Prolog
12 lines
218 B
Prolog
TEMPLATE=app
|
|
TARGET=declarative-camera
|
|
|
|
QT += quick qml multimedia
|
|
|
|
SOURCES += qmlcamera.cpp
|
|
RESOURCES += declarative-camera.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/declarative-camera
|
|
INSTALLS += target
|
|
|