qt_no_ffmpeg_xcode_embed_frameworks_code_sign_on

iOS で FFmpeg のコード署名を無効にする。

iOSアプリケーションバンドルにFFmpegバイナリを埋め込むと、qt6_add_ios_ffmpeg_libraries()コマンドもデフォルトでそれらのバイナリのコード署名を有効にします。これを避けるには、変数QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY を使用します:

set(QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY ON)

注意: この変数はテクノロジープレビューであり、将来のリリースで変更される可能性があります。

この変数は Qt 6.8 で導入されました。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.