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
|
void
|
||||||
MakefileGenerator::initOutPaths()
|
MakefileGenerator::initOutPaths()
|
||||||
{
|
{
|
||||||
verifyCompilers();
|
|
||||||
ProValueMap &v = project->variables();
|
ProValueMap &v = project->variables();
|
||||||
//for shadow builds
|
//for shadow builds
|
||||||
if(!v.contains("QMAKE_ABSOLUTE_SOURCE_PATH")) {
|
if(!v.contains("QMAKE_ABSOLUTE_SOURCE_PATH")) {
|
||||||
@ -409,8 +408,8 @@ MakefileGenerator::initCompiler(const MakefileGenerator::Compiler &comp)
|
|||||||
void
|
void
|
||||||
MakefileGenerator::init()
|
MakefileGenerator::init()
|
||||||
{
|
{
|
||||||
initOutPaths();
|
|
||||||
verifyCompilers();
|
verifyCompilers();
|
||||||
|
initOutPaths();
|
||||||
|
|
||||||
ProValueMap &v = project->variables();
|
ProValueMap &v = project->variables();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user