summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-01-13 16:33:55 (GMT)
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-01-13 16:41:06 (GMT)
commit3104dc059c9367825201e83ba2db22461ef3163b (patch)
tree77cc78f971b4c73f53b801a047170c7b809930df /Help/variable
parentb67c53dddfcf956f4d55cbdc0f4e7705f62e805b (diff)
downloadCMake-3104dc059c9367825201e83ba2db22461ef3163b.zip
CMake-3104dc059c9367825201e83ba2db22461ef3163b.tar.gz
CMake-3104dc059c9367825201e83ba2db22461ef3163b.tar.bz2
Help: Fix variable name on CMAKE_GLOBAL_AUTOGEN_TARGET page
CMAKE_GLOBAL_AUTORCC_TARGET was mentioned accidentally.
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst b/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst
index e82867d..8587742 100644
--- a/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst
+++ b/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst
@@ -3,7 +3,7 @@ CMAKE_GLOBAL_AUTOGEN_TARGET
Switch to enable generation of a global ``autogen`` target.
-When :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is enabled, a custom target
+When :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET` is enabled, a custom target
``autogen`` is generated. This target depends on all :prop_tgt:`AUTOMOC` and
:prop_tgt:`AUTOUIC` generated ``<ORIGIN>_autogen`` targets in the project.
By building the global ``autogen`` target, all :prop_tgt:`AUTOMOC` and