2013-11-18 08:09:56 +01:00
|
|
|
AUTOGEN_TARGET_DEPENDS
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
Target dependencies of the corresponding ``_automoc`` target.
|
|
|
|
|
2014-02-05 15:17:45 +01:00
|
|
|
Targets which have their :prop_tgt:`AUTOMOC` target ``ON`` have a
|
2013-11-18 08:09:56 +01:00
|
|
|
corresponding ``_automoc`` target which is used to autogenerate generate moc
|
|
|
|
files. As this ``_automoc`` target is created at generate-time, it is not
|
2013-12-26 18:18:04 +01:00
|
|
|
possible to define dependencies of it, such as to create inputs for the ``moc``
|
2013-11-18 08:09:56 +01:00
|
|
|
executable.
|
|
|
|
|
2014-01-06 16:17:54 +01:00
|
|
|
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.
|
2014-02-05 15:17:45 +01:00
|
|
|
|
|
|
|
See the :manual:`cmake-qt(7)` manual for more information on using CMake
|
|
|
|
with Qt.
|