QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY
Désactive la signature du code FFmpeg sur iOS.
Lorsque vous intégrez des binaires FFmpeg dans un bundle d'application iOS, la commande qt6_add_ios_ffmpeg_libraries() active également la signature du code de ces binaires par défaut. Pour éviter cela, utilisez la variable QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY:
set(QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY ON)
Note : Cette variable est en avant-première technologique et peut changer dans les versions futures.
Cette variable a été introduite dans Qt 6.8.
© 2026 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.