diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-26 17:18:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-04 10:28:57 (GMT) |
commit | 43340a9c96212559e83d347b9e3ecebf98ed8aac (patch) | |
tree | 9eba8d3d89b9a7cbb70a08f54620a3e17d77d88d /Help/variable/CMAKE_AUTOMOC.rst | |
parent | d98ea6c0b872392b29d5cbe78767bb741a17d68f (diff) | |
download | CMake-43340a9c96212559e83d347b9e3ecebf98ed8aac.zip CMake-43340a9c96212559e83d347b9e3ecebf98ed8aac.tar.gz CMake-43340a9c96212559e83d347b9e3ecebf98ed8aac.tar.bz2 |
Help: Reformat Qt autogenerator documentation.
Diffstat (limited to 'Help/variable/CMAKE_AUTOMOC.rst')
-rw-r--r-- | Help/variable/CMAKE_AUTOMOC.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_AUTOMOC.rst b/Help/variable/CMAKE_AUTOMOC.rst index 87e8a9b..02e5eb5 100644 --- a/Help/variable/CMAKE_AUTOMOC.rst +++ b/Help/variable/CMAKE_AUTOMOC.rst @@ -1,7 +1,7 @@ CMAKE_AUTOMOC ------------- -Whether to handle moc automatically for Qt targets. +Whether to handle ``moc`` automatically for Qt targets. -This variable is used to initialize the AUTOMOC property on all the +This variable is used to initialize the :prop_tgt:`AUTOMOC` property on all the targets. See that target property for additional information. |