forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Change-Id: Iceaa4ca40b5318744bde8a76c6d3ccca08df71bb
This commit is contained in:
@@ -300,7 +300,7 @@ void CMakeBuildStep::handleProjectWasParsed(QFutureInterface<bool> &fi, bool suc
|
||||
if (success) {
|
||||
runImpl(fi);
|
||||
} else {
|
||||
AbstractProcessStep::stdError(tr("Project did not parse successfully, can not build."));
|
||||
AbstractProcessStep::stdError(tr("Project did not parse successfully, cannot build."));
|
||||
reportRunResult(fi, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user