mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
Rename method to reflect generic use.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user