diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-12-02 12:03:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-07 13:24:02 (GMT) |
commit | b5409d04f1c1309deb7e45163a106c8cb4daf38c (patch) | |
tree | 54981d971d3f24ff9e000428626afe314c52d550 /Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst | |
parent | d9996aab74836bb830e106bea0b0064a4c74cb1c (diff) | |
download | CMake-b5409d04f1c1309deb7e45163a106c8cb4daf38c.zip CMake-b5409d04f1c1309deb7e45163a106c8cb4daf38c.tar.gz CMake-b5409d04f1c1309deb7e45163a106c8cb4daf38c.tar.bz2 |
QtAutogen: Rename autogen target to *_autogen from *_automoc
Diffstat (limited to 'Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst')
-rw-r--r-- | Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst index 5063244..f522c6b 100644 --- a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst +++ b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst @@ -1,16 +1,16 @@ AUTOGEN_TARGET_DEPENDS ---------------------- -Target dependencies of the corresponding ``_automoc`` target. +Target dependencies of the corresponding ``_autogen`` target. Targets which have their :prop_tgt:`AUTOMOC` target ``ON`` 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 +corresponding ``_autogen`` target which is used to autogenerate generate moc +files. As this ``_autogen`` target is created at generate-time, it is not possible to define dependencies of it, such as to create inputs for the ``moc`` executable. The ``AUTOGEN_TARGET_DEPENDS`` target property can be set instead to a list of -dependencies for the ``_automoc`` target. The buildsystem will be generated to +dependencies for the ``_autogen`` target. The buildsystem will be generated to depend on its contents. See the :manual:`cmake-qt(7)` manual for more information on using CMake |