don't verify compilers twice
Change-Id: Iad214f8a14c29b633752935e31125a6f4b512f4b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
84c80538af
commit
9999ada1bf
@ -167,7 +167,6 @@ MakefileGenerator::verifyCompilers()
|
||||
void
|
||||
MakefileGenerator::initOutPaths()
|
||||
{
|
||||
verifyCompilers();
|
||||
ProValueMap &v = project->variables();
|
||||
//for shadow builds
|
||||
if(!v.contains("QMAKE_ABSOLUTE_SOURCE_PATH")) {
|
||||
@ -409,8 +408,8 @@ MakefileGenerator::initCompiler(const MakefileGenerator::Compiler &comp)
|
||||
void
|
||||
MakefileGenerator::init()
|
||||
{
|
||||
initOutPaths();
|
||||
verifyCompilers();
|
||||
initOutPaths();
|
||||
|
||||
ProValueMap &v = project->variables();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user