remove QMAKE_FAILED_REQUIREMENTS optimization from unix generator
no other generator does it. if it actually buys anything, it should be re-instantiated differently. Change-Id: I8431702ac7d558d65fd28a7f9e36bb49db2eb253 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
3b9f103155
commit
f9b882b584
@ -53,9 +53,6 @@ UnixMakefileGenerator::init()
|
||||
}
|
||||
}
|
||||
|
||||
if(!project->isEmpty("QMAKE_FAILED_REQUIREMENTS")) /* no point */
|
||||
return;
|
||||
|
||||
ProStringList &configs = project->values("CONFIG");
|
||||
if(project->isEmpty("ICON") && !project->isEmpty("RC_FILE"))
|
||||
project->values("ICON") = project->values("RC_FILE");
|
||||
|
Loading…
Reference in New Issue
Block a user