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/prop_tgt/AUTOGEN_TARGET_DEPENDS.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/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst')
-rw-r--r-- | Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst index 006c83a..2bc1881 100644 --- a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst +++ b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst @@ -3,10 +3,10 @@ AUTOGEN_TARGET_DEPENDS Target dependencies of the corresponding ``_automoc`` target. -Targets which have their :prop_tgt:`AUTOMOC` target set to true have a +Targets which have their :prop_tgt:`AUTOMOC` target set to ``TRUE`` have a corresponding ``_automoc`` target which is used to autogenerate generate moc files. As this ``_automoc`` target is created at generate-time, it is not -possible to define dependencies of it, such as to create inputs for the moc +possible to define dependencies of it, such as to create inputs for the ``moc`` executable. The ``AUTOGEN_TARGET_DEPENDS`` target can be set instead to a list of dependencies |