diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-16 20:05:33 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-16 20:05:33 (GMT) |
commit | 77a5c6e0d8c995f56fa1248443de0260384acca3 (patch) | |
tree | 9df9a03d1c531ec41e7a76a7e80cba95dc310b53 /Source/cmDocumentVariables.cxx | |
parent | bf8ef778a317fd7cd82bcc658fc734bf3f29911e (diff) | |
download | CMake-77a5c6e0d8c995f56fa1248443de0260384acca3.zip CMake-77a5c6e0d8c995f56fa1248443de0260384acca3.tar.gz CMake-77a5c6e0d8c995f56fa1248443de0260384acca3.tar.bz2 |
Add documentation for AUTOMOC, add initialization via CMAKE_AUTOMOC
Alex
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index ebe2988..26125d9 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -1085,6 +1085,15 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "Variables that Control the Build"); cm->DefineProperty + ("CMAKE_AUTOMOC", cmProperty::VARIABLE, + "Whether to handle moc automatically for Qt targets.", + "This variable is used to initialize the " + "AUTOMOC property on all the targets. " + "See that target property for additional information.", + false, + "Variables that Control the Build"); + + cm->DefineProperty ("CMAKE_DEBUG_POSTFIX", cmProperty::VARIABLE, "See variable CMAKE_<CONFIG>_POSTFIX.", "This variable is a special case of the more-general " |