summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-05 14:17:45 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-06 21:15:54 (GMT)
commitcc46b702d04d4bcfef76db547054533f3a62a8fa (patch)
tree68a0bfef9c275af24ea6c73aee06868e04a11b97 /Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
parentf371545d3b2b77ad1456f6175e7580ce049f8a68 (diff)
downloadCMake-cc46b702d04d4bcfef76db547054533f3a62a8fa.zip
CMake-cc46b702d04d4bcfef76db547054533f3a62a8fa.tar.gz
CMake-cc46b702d04d4bcfef76db547054533f3a62a8fa.tar.bz2
Help: Adjust the QtAutogen properties to the common style.
Link to the cmake-qt manual.
Diffstat (limited to 'Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst')
-rw-r--r--Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
index 3e6c4d1..5063244 100644
--- a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
+++ b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
@@ -3,7 +3,7 @@ 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 ``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
possible to define dependencies of it, such as to create inputs for the ``moc``
@@ -12,3 +12,6 @@ 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
depend on its contents.
+
+See the :manual:`cmake-qt(7)` manual for more information on using CMake
+with Qt.