summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew/whatsnew67.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/whatsnew/whatsnew67.qdoc')
-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