forked from qt-creator/qt-creator
make message about not found mkspec less confusing
Change-Id: I9cfa2c9476d3d7fdb68b0a23e175eea4b3b11ad9 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -1239,7 +1239,7 @@ bool QMakeEvaluator::loadSpec()
|
|||||||
goto cool;
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
cool:
|
cool:
|
||||||
|
Reference in New Issue
Block a user