summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-06 13:39:08 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-06 13:39:08 (GMT)
commit18985f6c2926725b08f5941205fe21c344c4b3ea (patch)
treeefd7f0e35ec652c51beb02e999bf67aaa3ed5be8 /Source/cmGlobalGenerator.h
parentef3dc6507ea0e22d865d15d6231b5bdfacd8af14 (diff)
parent944277d09ebdf59f2ea32931516af568e897bcd5 (diff)
downloadCMake-18985f6c2926725b08f5941205fe21c344c4b3ea.zip
CMake-18985f6c2926725b08f5941205fe21c344c4b3ea.tar.gz
CMake-18985f6c2926725b08f5941205fe21c344c4b3ea.tar.bz2
Merge topic 'refactor-autogen-setup'
944277d cmAutogen: Gather tool arguments after creating generator targets. d2f4b1e cmAutogen: Rename method to InitializeAutogenTarget 45735f3 cmAutogen: Move autogen target creation to InitializeMocSourceFile. 20a234d cmAutogen: Extract some helper methods for autogen targets.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index e01f790..1b8daa9 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -32,6 +32,7 @@ class cmTarget;
class cmInstallTargetGenerator;
class cmInstallFilesGenerator;
class cmExportBuildFileGenerator;
+class cmQtAutoGenerators;
/** \class cmGlobalGenerator
* \brief Responable for overseeing the generation process for the entire tree
@@ -323,7 +324,8 @@ protected:
virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS();
bool CheckTargets();
- void CreateQtAutoGeneratorsTargets();
+ typedef std::vector<std::pair<cmQtAutoGenerators, cmTarget*> > AutogensType;
+ void CreateQtAutoGeneratorsTargets(AutogensType& autogens);
// Fill the ProjectMap, this must be called after LocalGenerators