Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
6.8
-
-
1185f651e (dev), b4177967d (6.9), f633c79e0 (6.8), 24b9d2cdf (dev), bac0163d0 (6.9), 580c9c194 (6.8)
Description
6.8.0 added a new cmake function - qt6_add_ios_ffmpeg_libraries - which sets several properties on the target application, resulting in FFmpeg dynamic libraries embedded (and signed) into the application bundle. qmake-based solutions do not have the functionality mentioned, so manual embedding and setting different flags is still required (if xcode project is generated by qmake), worse so, qt-creator does not have UI that allows to embed libraries - either qmake itself or some of its scripts must be updated to enable embedding FFmpeg (if possible).