summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-06-23 14:22:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-29 10:42:46 +0000
commitee8b6324954bd70587fd55ca52f11ac42ed97fe2 (patch)
treefc1adcf84a26fe910a79453b767596d519e0a58a
parent995f2fe609ea43eb21aea95e297885477cc20a7e (diff)
Add what's new in 6.4 for QML
Change-Id: I70a4b490ad17600003ac8ab046c979106a403e67 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit b71bb17dec505f52ead96db032f50865b773fe5f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew64.qdoc21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/src/whatsnew/whatsnew64.qdoc b/doc/src/whatsnew/whatsnew64.qdoc
index cb8e66f6e..e37b54cc0 100644
--- a/doc/src/whatsnew/whatsnew64.qdoc
+++ b/doc/src/whatsnew/whatsnew64.qdoc
@@ -180,7 +180,26 @@
\section2 Qt QML Module
\list
- \li Nothing to see here. //! TODO Clean this up before release.
+ \li QML Type Compile (qmltc)
+ \list
+ \li Expanded QML language coverage
+ \endlist
+ \li qmllint
+ \list
+ \li Added new warnings regarding proper use of QtQuick and QtQuick.Controls
+ \endlist
+ \li QML Language Server (qmlls)
+ \list
+ \li Added completions support
+ \li Added code action fixing for some linter warnings/hints
+ \li Moved executable to libexec
+ \endlist
+ \li Cleaned up CMake API:
+ \list
+ \li \l{qt_target_compile_qml_to_cpp}{qt_target_compile_qml_to_cpp()} used to invoke the
+ QML type compiler is deprecated. Its functionality has been integrated into
+ \l{qt_add_qml_module}{qt_add_qml_module()}
+ \endlist
\endlist
\section2 Qt Quick 3D Module