Doc: Fix typos in qt_deploy_runtime_dependencies documentation

Pick-to: 6.8
Change-Id: I273f4e8626df6242e82e015d76e5692b29afdec1
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit 17a9343ace849fcc6c3514b0b744bc0827472455)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Joerg Bornemann 2025-03-21 12:23:03 +01:00 committed by Qt Cherry-pick Bot
parent 607115f1e2
commit ac67f0dc96

View File

@ -74,14 +74,14 @@ The \c{EXECUTABLE} option must be provided.
The \c{executable} argument should be the path to the executable file in the
build directory. For example, \c{${CMAKE_CURRENT_BINARY_DIR}/MyApp.exe}, or more
dynamically \c{$<TARGET_FILE:MyApp>}. Specifying raw target names not wrapped in
a generator expression like \c{<TARGET_FILE:>} is not supported.
a generator expression like \c{$<TARGET_FILE:>} is not supported.
For macOS app bundles, the \c{executable} argument should be a path to the
bundle directory, relative to the base install location.
For example \c{MyApp.app}, or more dynamically
\c{$<TARGET_FILE_NAME:MyApp>.app}.
Specifying raw target names not wrapped in a generator epxression like
\c{<TARGET_FILE_NAME:>} is not supported.
Specifying raw target names not wrapped in a generator expression like
\c{$<TARGET_FILE_NAME:>} is not supported.
It may also be desirable to install dependencies for other binaries related to
the \c{executable}. For example, plugins provided by the project might have
@ -95,8 +95,8 @@ follows CMake's conventions, so Qt plugins would be specified using
\c{ADDITIONAL_MODULES}.
Each value should be a path relative to the base install location. The values
can use generator expressions, same as with the \c{EXECUTABLE} option.
Specifying raw target names not wrapped in a generator epxression like
\c{<TARGET_FILE_NAME:>} is not supported.
Specifying raw target names not wrapped in a generator expression like
\c{$<TARGET_FILE_NAME:>} is not supported.
When installing a Windows application, it is common to need a
\l{Using qt.conf}{qt.conf} file when following CMake's default install