diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-09-24 18:07:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-24 07:14:12 (GMT) |
commit | 5c058c8f12742dcb96b2e22b43208f345a865fbf (patch) | |
tree | 2b9b1bf846d1a718cbdcb26fce2a9a36dd99e170 /Source/cmGlobalGenerator.h | |
parent | a25c440f195e0ebc3f812c5e68f7f9a7546f249d (diff) | |
download | CMake-5c058c8f12742dcb96b2e22b43208f345a865fbf.zip CMake-5c058c8f12742dcb96b2e22b43208f345a865fbf.tar.gz CMake-5c058c8f12742dcb96b2e22b43208f345a865fbf.tar.bz2 |
Rename the cmQtAutomoc class to cmQtAutoGenerators.
It will be extended to process .ui and .qrc files too.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index c930b2b..773da38 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -319,7 +319,7 @@ protected: virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS(); bool CheckTargets(); - void CreateAutomocTargets(); + void CreateQtAutoGeneratorsTargets(); // Fill the ProjectMap, this must be called after LocalGenerators |