remove somewhat pointless conditional
if the user just set an empty spec, everything will go wrong anyway. Change-Id: I5ddaa2f0be1be96132260af8c869ba38e02eb3d8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
feb33916fd
commit
0debd5dd48
@ -442,7 +442,6 @@ void Configure::parseCmdLine()
|
|||||||
if (j == argCount)
|
if (j == argCount)
|
||||||
break;
|
break;
|
||||||
dictionary["XQMAKESPEC"] = configCmdLine.at(j);
|
dictionary["XQMAKESPEC"] = configCmdLine.at(j);
|
||||||
if (!dictionary[ "XQMAKESPEC" ].isEmpty())
|
|
||||||
applySpecSpecifics();
|
applySpecSpecifics();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user