summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-26 15:50:55 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-09-26 17:32:54 (GMT)
commit12f0e13c5f546a721d893adedba327c18c5c9e5e (patch)
treec99e4314bf9faa75f646c1d275658f8816041ed2 /Source/cmGlobalGenerator.h
parent65ff75d3f5bf117508ba046779cdad323e077220 (diff)
downloadCMake-12f0e13c5f546a721d893adedba327c18c5c9e5e.zip
CMake-12f0e13c5f546a721d893adedba327c18c5c9e5e.tar.gz
CMake-12f0e13c5f546a721d893adedba327c18c5c9e5e.tar.bz2
QtAutogen: Simplify generator initialization API.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 83cbc3f..f3dd713 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -41,7 +41,6 @@ class cmTarget;
class cmInstallTargetGenerator;
class cmInstallFilesGenerator;
class cmExportBuildFileGenerator;
-class cmQtAutoGenerators;
/** \class cmGlobalGenerator
* \brief Responsible for overseeing the generation process for the entire tree
@@ -385,9 +384,7 @@ protected:
virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const;
- typedef std::vector<std::pair<cmQtAutoGenerators,
- cmTarget const*> > AutogensType;
- void CreateQtAutoGeneratorsTargets(AutogensType& autogens);
+ std::vector<cmTarget const*> CreateQtAutoGeneratorsTargets();
std::string SelectMakeProgram(const std::string& makeProgram,
const std::string& makeDefault = "") const;