Removed controls not currently supported on Qt5 platforms and added basic video capture mode Change-Id: I1f188d31af770cfb6ebb65ab5ee4a5467abcfbeb Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
25 lines
621 B
INI
25 lines
621 B
INI
TEMPLATE=app
|
|
TARGET=declarative-camera
|
|
|
|
QT += quick qml multimedia
|
|
|
|
SOURCES += qmlcamera.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/declarative-camera
|
|
|
|
qml.files = declarative-camera.qml \
|
|
CameraButton.qml \
|
|
CameraPropertyButton.qml \
|
|
CameraPropertyPopup.qml \
|
|
FocusButton.qml \
|
|
PhotoCaptureControls.qml \
|
|
PhotoPreview.qml \
|
|
VideoCaptureControls.qml \
|
|
VideoPreview.qml \
|
|
ZoomControl.qml \
|
|
images
|
|
|
|
qml.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/declarative-camera
|
|
|
|
INSTALLS += target qml
|