QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY

Desactiva la firma de código FFmpeg en iOS.

Cuando se incrustan binarios FFmpeg en un paquete de aplicaciones iOS, el comando qt6_add_ios_ffmpeg_libraries() también habilita por defecto la firma de código de dichos binarios. Para evitarlo, utilice la variable QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY:

set(QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY ON)

Nota: Esta variable se encuentra en fase de previsualización tecnológica y puede cambiar en futuras versiones.

Esta variable se introdujo en 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.