make message about not found mkspec less confusing

Change-Id: I9cfa2c9476d3d7fdb68b0a23e175eea4b3b11ad9
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Oswald Buddenhagen
2016-10-20 15:02:34 +02:00
parent f9097b7efd
commit c0ddf0a344

View File

@@ -1239,7 +1239,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: