summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2024-02-23 09:41:33 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2024-02-27 13:21:25 +0100
commitec23666bc0228806838ff65471e9a7b2e8ea676d (patch)
tree27750cce3694ed4178a63feab7d0631d4e8a6794 /doc
parent7b3dd9f9ba8fad4054ccd903da070d2c7b767f31 (diff)
Doc: Fix naming of qt_collect_translation_source_targets
...which was renamed according to the Qt 6.7 CMake API review. Pick-to: 6.7 Task-number: QTBUG-122671 Change-Id: I99f2fb75b4a45959db19be6026b2be80f0565f66 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index 604dd2d8c..370aed92c 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -434,8 +434,9 @@
given languages, generating a 'plural-only' .ts file for the native language.
\li CMake: You can now pass multiple targets to qt_add_translations() to extract
translations from. Alternatively, you can let qt_add_translations() collect all
- targets of a project (done via the new qt_collect_i18n_targets() function), with the
- option to opt out of undesired targets on directory or target level.
+ targets of a project (done via the new qt_collect_translation_source_targets()
+ function), with the option to opt out of undesired targets on directory or
+ target level.
\li CMake: qt_add_translations() has been moved out of technical preview.
\endlist