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/multimedia/declarative-camera/declarative-camera.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/multimedia/declarative-camera/declarative-camera.pro') diff --git a/examples/multimedia/declarative-camera/declarative-camera.pro b/examples/multimedia/declarative-camera/declarative-camera.pro index f0345f1e5..6dcf42a40 100644 --- a/examples/multimedia/declarative-camera/declarative-camera.pro +++ b/examples/multimedia/declarative-camera/declarative-camera.pro @@ -6,8 +6,6 @@ QT += quick qml multimedia SOURCES += qmlcamera.cpp RESOURCES += declarative-camera.qrc -QMAKE_INFO_PLIST = Info.plist - target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/declarative-camera INSTALLS += target - +include(../../shared/shared.pri) -- cgit v1.2.3