mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59: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);
|
cmGlobalGenerator* gg = this->CreateGlobalGenerator(&cm, targetDirectory);
|
||||||
cmMakefile* makefile = gg->GetCurrentLocalGenerator()->GetMakefile();
|
cmMakefile* makefile = gg->GetCurrentLocalGenerator()->GetMakefile();
|
||||||
|
|
||||||
this->ReadAutomocInfoFile(makefile, targetDirectory, config);
|
this->ReadAutogenInfoFile(makefile, targetDirectory, config);
|
||||||
this->ReadOldMocDefinitionsFile(makefile, targetDirectory);
|
this->ReadOldMocDefinitionsFile(makefile, targetDirectory);
|
||||||
|
|
||||||
this->Init();
|
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* targetDirectory,
|
||||||
const char *config)
|
const char *config)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ private:
|
|||||||
cmGlobalGenerator* CreateGlobalGenerator(cmake* cm,
|
cmGlobalGenerator* CreateGlobalGenerator(cmake* cm,
|
||||||
const char* targetDirectory);
|
const char* targetDirectory);
|
||||||
|
|
||||||
bool ReadAutomocInfoFile(cmMakefile* makefile,
|
bool ReadAutogenInfoFile(cmMakefile* makefile,
|
||||||
const char* targetDirectory,
|
const char* targetDirectory,
|
||||||
const char *config);
|
const char *config);
|
||||||
bool ReadOldMocDefinitionsFile(cmMakefile* makefile,
|
bool ReadOldMocDefinitionsFile(cmMakefile* makefile,
|
||||||
|
|||||||
Reference in New Issue
Block a user