QT_EXCLUDE_FROM_TRANSLATION
This property was introduced in Qt 6.7.
Set this target property to ON
to exclude it from translation. The command qt_collect_i18n_targets will skip such targets.
To exclude all targets under a subdirectory, use the directory property QT_EXCLUDE_FROM_TRANSLATION.
See also QT_EXCLUDE_SOURCES_FROM_TRANSLATION.