From 270130134175bd62a1b2e34bf8c00bd24588f69b Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Wed, 26 Apr 2017 19:01:29 +0200 Subject: iOS: Add Info.plist files to indicate camera and microphone usage Since iOS 10 the Info.plist file needs to indicate that it requires the usage of the camera and microphone in any application that requests them. So this adds Info.plist files to be used by the examples in that capacity. Change-Id: I16c6607366f57f4e950e53e1de1fbc0ac224df10 Reviewed-by: Jake Petroules --- examples/multimediawidgets/camera/camera.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/multimediawidgets') diff --git a/examples/multimediawidgets/camera/camera.pro b/examples/multimediawidgets/camera/camera.pro index fe8f39385..acd4d9228 100644 --- a/examples/multimediawidgets/camera/camera.pro +++ b/examples/multimediawidgets/camera/camera.pro @@ -23,3 +23,4 @@ target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/camera INSTALLS += target QT+=widgets +include(../../shared/shared.pri) -- cgit v1.2.3