Viewfinder settings control (2) - version for iOS/OS X

QCameraViewfinderSettingsControl2 - version for AV foundation plugin
(the new settings control interface implemented).

Change-Id: I3fbfb87925e57c914d43eb711fa5422e26981207
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Timur Pocheptsov
2015-01-28 17:51:19 +01:00
committed by Yoann Lopes
parent d27f493df0
commit 0d783b7303
9 changed files with 716 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ HEADERS += \
avfcameradevicecontrol.h \
avfcamerafocuscontrol.h \
avfcameraexposurecontrol.h \
avfcamerautility.h
avfcamerautility.h \
avfcameraviewfindersettingscontrol.h
OBJECTIVE_SOURCES += \
avfcameraserviceplugin.mm \
@@ -58,7 +59,8 @@ OBJECTIVE_SOURCES += \
avfcamerarenderercontrol.mm \
avfcamerafocuscontrol.mm \
avfcameraexposurecontrol.mm \
avfcamerautility.mm
avfcamerautility.mm \
avfcameraviewfindersettingscontrol.mm
ios {