Moved declarative-camera example in the right directory.
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>
@@ -6,6 +6,6 @@ QT += quick qml multimedia
|
||||
SOURCES += qmlcamera.cpp
|
||||
RESOURCES += declarative-camera.qrc
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/declarative-camera
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/declarative-camera
|
||||
INSTALLS += target
|
||||
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 778 B |
|
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 717 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 610 B |
|
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 717 B |
|
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 945 B |
|
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 625 B |
|
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 554 B |
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
|
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -15,6 +15,7 @@ qtHaveModule(widgets) {
|
||||
|
||||
qtHaveModule(gui):qtHaveModule(qml) {
|
||||
SUBDIRS += \
|
||||
declarative-camera \
|
||||
declarative-radio \
|
||||
video
|
||||
}
|
||||
|
||||
@@ -9,8 +9,3 @@ qtHaveModule(widgets) {
|
||||
player \
|
||||
customvideosurface
|
||||
}
|
||||
|
||||
qtHaveModule(gui):qtHaveModule(qml) {
|
||||
disabled:SUBDIRS += declarative-camera
|
||||
}
|
||||
|
||||
|
||||
@@ -57,7 +57,6 @@ QT += multimediawidgets
|
||||
|
||||
\section2 Examples
|
||||
\list
|
||||
\li \l{QML Camera Example}
|
||||
\li \l{Camera Example}
|
||||
\li \l{Media Player Example}
|
||||
\li \l{Video Graphics Item Example}
|
||||
|
||||