summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-04-24 11:01:45 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-24 12:02:52 +0000
commitd863a137ee476e15a26eb4fbb5332a3d53ac3f73 (patch)
tree52242623b59e5c6dfd6d3d71816b0397f6c7446c
parentba70a279f5728202339e8d4c9e2df6d00dcadf5b (diff)
downloadqtdoc-d863a137ee476e15a26eb4fbb5332a3d53ac3f73.tar.gz
Doc: Fix CMake module variable name: <module>_VERSION
Task-number: QTBUG-113116 Change-Id: Ib3bebf2c1189fe8435fd75a1aefe1508cd3dc761 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 37283ea8cf6d5d78a36a27560f9c06dc1a6469f1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/cmake/cmake-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc
index fdb3c864..4e7f3bf9 100644
--- a/doc/src/cmake/cmake-manual.qdoc
+++ b/doc/src/cmake/cmake-manual.qdoc
@@ -976,7 +976,7 @@
\li A list of private include directories to use when building against the library
and using private Qt API.
\row
- \li \c Qt6Widgets_VERSION_STRING
+ \li \c Qt6Widgets_VERSION
\li A string containing the module's version.
\endtable