aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-08-25 15:13:47 +1000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-30 12:42:26 +0000
commitd755763530e8347c18aafa13a24d3fc805431815 (patch)
tree2ca431f5b715db26d9b631f43e5427f29408f827
parent42372ad11b3271fdedc973d8dd133d9e066803b2 (diff)
Remove statement that ${target}_qmllint isn't part of the ALL target
A workaround was added for Xcode generators which made a target depend on its ${target}_qmllint target. This has the side-effect of making the ${target}_qmllint become part of the ALL target. Remove the statement in the docs that contradicts that behavior. Amends 1bd0a5ce02352a600367beb5a5421c8f8332e1fe Change-Id: Ia09080dfa8cda372c806ee6623a596f86d3526e8 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit f554a5b6b87ab4a93893a1827a07746f85504f0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/doc/src/cmake/qt_add_qml_module.qdoc7
1 files changed, 3 insertions, 4 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 2e6c718312..571b7e48a5 100644
--- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
+++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
@@ -250,10 +250,9 @@ found at the following resource paths:
A separate linting target will be automatically created if any \c{.qml} files
are added to the module via the \c QML_FILES keyword, or by a later call to
\l{qt6_target_qml_sources}{qt_target_qml_sources()}. The name of the linting
-target will be the \c target followed by \c{_qmllint}. The linting target is
-not part of the default CMake \c ALL target, it is intended for developers to
-execute manually on demand. An \c{all_qmllint} target which depends on all the
-individual \c{*_qmllint} targets is also provided as a convenience.
+target will be the \c target followed by \c{_qmllint}. An \c{all_qmllint}
+target which depends on all the individual \c{*_qmllint} targets is also
+provided as a convenience.
\section1 Arguments