Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cmake-variables.qdoc
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page cmake-variable-qt-no-ffmpeg-xcode-embed-frameworks-code-sign-on-copy.html
6 \ingroup cmake-variables-qtmultimedia
7
8 \title QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY
9 \target cmake-variable-QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY
10
11 \summary {Disables FFmpeg code-signing on iOS.}
12
13 When you embed FFmpeg binaries into an iOS application bundle, the
14 \l{qt6_add_ios_ffmpeg_libraries}{qt6_add_ios_ffmpeg_libraries()}
15 command also enables code-signing of those binaries by default.
16 To avoid this, use the variable
17 \c{QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY}:
18
19 \badcode
20 set(QT_NO_FFMPEG_XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY ON)
21 \endcode
22
23 \preliminarycmakevariable
24 \cmakevariablesince 6.8
25
26*/