Rename method to reflect generic use.
This commit is contained in:
parent
4abb111584
commit
97f1aa39da
|
@ -472,7 +472,7 @@ bool cmQtAutoGenerators::Run(const char* targetDirectory, const char *config)
|
|||
cmGlobalGenerator* gg = this->CreateGlobalGenerator(&cm, targetDirectory);
|
||||
cmMakefile* makefile = gg->GetCurrentLocalGenerator()->GetMakefile();
|
||||
|
||||
this->ReadAutomocInfoFile(makefile, targetDirectory, config);
|
||||
this->ReadAutogenInfoFile(makefile, targetDirectory, config);
|
||||
this->ReadOldMocDefinitionsFile(makefile, targetDirectory);
|
||||
|
||||
this->Init();
|
||||
|
@ -508,7 +508,7 @@ cmGlobalGenerator* cmQtAutoGenerators::CreateGlobalGenerator(cmake* cm,
|
|||
}
|
||||
|
||||
|
||||
bool cmQtAutoGenerators::ReadAutomocInfoFile(cmMakefile* makefile,
|
||||
bool cmQtAutoGenerators::ReadAutogenInfoFile(cmMakefile* makefile,
|
||||
const char* targetDirectory,
|
||||
const char *config)
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@ private:
|
|||
cmGlobalGenerator* CreateGlobalGenerator(cmake* cm,
|
||||
const char* targetDirectory);
|
||||
|
||||
bool ReadAutomocInfoFile(cmMakefile* makefile,
|
||||
bool ReadAutogenInfoFile(cmMakefile* makefile,
|
||||
const char* targetDirectory,
|
||||
const char *config);
|
||||
bool ReadOldMocDefinitionsFile(cmMakefile* makefile,
|
||||
|
|
Loading…
Reference in New Issue