Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/autobuild/ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ setup() {
pip install "aqtinstall==${AQTINSTALL_VERSION}"
# Install actual ios Qt:
local qtmultimedia=()
# qtmultimedia requests camera and microphone permissions: https://doc.qt.io/qt-6.5/qtmultimedia-apple.html
# We do not need camera permissions, but AppStore Connect needs a description even if we never request for it.
# See the Info.plist file in the iOS build.

if [[ ! "${QT_VERSION}" =~ 5\.[0-9]+\.[0-9]+ ]]; then
# From Qt6 onwards, qtmultimedia is a module and cannot be installed
# as an archive anymore.
Expand Down
Loading