Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
platform-notes-apple.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtmultimedia-apple.html
6\title Qt Multimedia on macOS and iOS
7\brief Platform notes for iOS
8
9This page covers the availability of Qt Multimedia features on iOS and macOS.
10
11\section1 Limitations
12
13Since Qt Multimedia for iOS uses the camera and microphone, the \c Info.plist
14assigned to QMAKE_INFO_PLIST in the project file must contain the keys
15\c NSCameraUsageDescription and \c NSMicrophoneUsageDescription. Otherwise, the
16application will abort on startup. See \l{Info.plist} documentation from Apple
17for more information regarding this key.
18
19*/