summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-16 20:05:33 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-16 20:05:33 (GMT)
commit77a5c6e0d8c995f56fa1248443de0260384acca3 (patch)
tree9df9a03d1c531ec41e7a76a7e80cba95dc310b53 /Source/cmDocumentVariables.cxx
parentbf8ef778a317fd7cd82bcc658fc734bf3f29911e (diff)
downloadCMake-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.cxx9
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 "