We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 630dfe9 + c0c2fa8 commit f780bbfCopy full SHA for f780bbf
.github/autobuild/ios.sh
@@ -56,6 +56,10 @@ setup() {
56
pip install "aqtinstall==${AQTINSTALL_VERSION}"
57
# Install actual ios Qt:
58
local qtmultimedia=()
59
+ # qtmultimedia requests camera and microphone permissions: https://doc.qt.io/qt-6.5/qtmultimedia-apple.html
60
+ # We do not need camera permissions, but AppStore Connect needs a description even if we never request for it.
61
+ # See the Info.plist file in the iOS build.
62
+
63
if [[ ! "${QT_VERSION}" =~ 5\.[0-9]+\.[0-9]+ ]]; then
64
# From Qt6 onwards, qtmultimedia is a module and cannot be installed
65
# as an archive anymore.
0 commit comments