qmake: make message about not found mkspec less confusing
Change-Id: I9cfa2c9476d3d7fdb68b0a23e175eea4b3b11ad9 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> (cherry picked from qtcreator/c0ddf0a34407f9d3ad9f575176550ba33d536d12) Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
38f6b6242e
commit
fe5f2a235c
@ -1259,7 +1259,7 @@ bool QMakeEvaluator::loadSpec()
|
||||
goto cool;
|
||||
}
|
||||
}
|
||||
evalError(fL1S("Could not find qmake configuration file %1.").arg(qmakespec));
|
||||
evalError(fL1S("Could not find qmake spec '%1'.").arg(qmakespec));
|
||||
return false;
|
||||
}
|
||||
cool:
|
||||
|
Loading…
Reference in New Issue
Block a user