reality adjustment: rename generateSystemVars() => prepareConfigTests()
Change-Id: I3f9cd8b8cdb54d682d0207f28168f4e518b98280 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
836260974f
commit
f18b0810be
@ -2376,7 +2376,7 @@ bool Configure::verifyConfiguration()
|
||||
return true;
|
||||
}
|
||||
|
||||
void Configure::generateSystemVars()
|
||||
void Configure::prepareConfigTests()
|
||||
{
|
||||
// Generate an empty .qmake.cache file for config.tests
|
||||
QDir buildDir(buildPath);
|
||||
|
@ -76,7 +76,7 @@ public:
|
||||
void generateConfigfiles();
|
||||
void detectArch();
|
||||
void generateQConfigPri();
|
||||
void generateSystemVars();
|
||||
void prepareConfigTests();
|
||||
void showSummary();
|
||||
QString firstLicensePath();
|
||||
|
||||
|
@ -78,7 +78,7 @@ int runConfigure( int argc, char** argv )
|
||||
if (!app.isOk())
|
||||
return 3;
|
||||
|
||||
app.generateSystemVars();
|
||||
app.prepareConfigTests();
|
||||
if (!app.isOk())
|
||||
return 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user