diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-18 07:09:56 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-25 21:41:21 (GMT) |
commit | 1320e0768e57754b51294a00480927d50176bf02 (patch) | |
tree | ec1847962c1a9562a67056bc63cbab8ee6cb1c00 /Help/manual/cmake-properties.7.rst | |
parent | da6b86f4f031b189768dc474721145a1b99f71ea (diff) | |
download | CMake-1320e0768e57754b51294a00480927d50176bf02.zip CMake-1320e0768e57754b51294a00480927d50176bf02.tar.gz CMake-1320e0768e57754b51294a00480927d50176bf02.tar.bz2 |
cmQtAutogen: Allow specifying depends for autogen targets.
Test this by generating files with a custom target, which moc
requires to be present when it is run.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index abc6fde..2a121da 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -80,6 +80,7 @@ Properties on Targets /prop_tgt/ARCHIVE_OUTPUT_DIRECTORY /prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG /prop_tgt/ARCHIVE_OUTPUT_NAME + /prop_tgt/AUTOGEN_TARGET_DEPENDS /prop_tgt/AUTOMOC_MOC_OPTIONS /prop_tgt/AUTOMOC /prop_tgt/AUTOUIC |