summaryrefslogtreecommitdiff
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-02-07 14:51:35 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-02-08 11:26:05 +0100
commit00e010339e9771a0c8c24ec8fa03a0018fe108a3 (patch)
tree847030761eca8667a699e32557a4348bfc8f9ebf /doc/src/whatsnew
parent98504f2c93599c62e5fac7f4b601bd8d04073fba (diff)
downloadqtdoc-00e010339e9771a0c8c24ec8fa03a0018fe108a3.tar.gz
Remove AUTO_RESOURCE_PREFIX and refer to Qt CMake policies instead
Pick-to: 6.5 Task-number: QTBUG-96233 Change-Id: Idf257db902420122eae7536057d6cc6e7e24b191 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index b9633ed1..cb92b0ec 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -192,10 +192,6 @@
gaining support for methods like map(), reduce() and forEach().
The same holds for other sequence types, like QList<int> and
similar.
- \li Added a new \l {AUTO_RESOURCE_PREFIX} attribute to
- \l {qt_add_qml_module} to automate the setting of resource prefixes.
- If you use it, the QML engine will always be able to find your
- QML modules in the resource file system.
\li Extended the \l {QML Type Compiler}{qmltc} to support more
qml constructs, notably translation bindings, inline
components, singletons, and signal handlers for C++-defined
@@ -213,6 +209,13 @@
\endlist
\li \l {The QML Disk Cache} can be controlled in a more fine-grained way
using the new environment variable \l {QML_DISK_CACHE}.
+ \li Added new public CMake API:
+ \list
+ \li Introduced a \l{Qt CMake policy} to set a better default for the
+ resource prefix. If \l{QTP0001} policy is set to \c NEW, the QML
+ engine will always be able to find your QML modules in the
+ resource file system.
+ \endlist
\endlist
\section2 Qt Quick 3D Module