aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-09-07 11:18:00 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-09-07 16:56:12 +0200
commit88873a332b4e4465a275dee8407aa62c07e7fa8b (patch)
tree9040795830aff013daea767bb41e3855bd870688 /src/qml/doc/src/cmake/qt_add_qml_module.qdoc
parente0a00a691963e2c684f4dd857d042a3ffbebe959 (diff)
Doc: Fix introduction version of AUTO_RESOURCE_PREFIX
It didn't make it into 6.4 after all. Task-number: QTBUG-95145 Task-number: QTBUG-103452 Change-Id: I1bc8f4caeb25e0a386975f7ca0e8ec854512c428 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/doc/src/cmake/qt_add_qml_module.qdoc')
-rw-r--r--src/qml/doc/src/cmake/qt_add_qml_module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
index 7d3337fe44..670df4baad 100644
--- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
+++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
@@ -209,7 +209,7 @@ current source directory (\c CMAKE_CURRENT_SOURCE_DIR). This resource path is
appended to a prefix formed by concatenating the \l{RESOURCE_PREFIX} and
the target path (but see \l NO_RESOURCE_TARGET_PATH for an exception to this).
-Since Qt 6.4, you can specify \l{AUTO_RESOURCE_PREFIX}. If
+Since Qt 6.5, you can specify \l{AUTO_RESOURCE_PREFIX}. If
\l{AUTO_RESOURCE_PREFIX} is specified, \l{RESOURCE_PREFIX} is set to
\c{/qt/qml}. This way, your modules are automatically
placed in the default import path of the QML engine. If you don't do this, you