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.
1 parent 630dfe9 commit cc90bcdCopy full SHA for cc90bcd
.github/autobuild/ios.sh
@@ -56,6 +56,8 @@ 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 We do not need camera permissions, but
60
+ # AppStore Connect needs a description even if we never request for it. See the Info.plist file in the iOS build.
61
if [[ ! "${QT_VERSION}" =~ 5\.[0-9]+\.[0-9]+ ]]; then
62
# From Qt6 onwards, qtmultimedia is a module and cannot be installed
63
# as an archive anymore.
0 commit comments