Qt4Project: do not show a error on make clean without a Makefile

Task-Nr:
This commit is contained in:
dt
2011-03-24 20:44:46 +01:00
parent 80f8d3eb00
commit 9b9f19dd7d
3 changed files with 23 additions and 8 deletions

View File

@@ -257,7 +257,6 @@ void QMakeStep::run(QFutureInterface<bool> &fi)
}
// Warn on common error conditions:
bool canContinue = true;
foreach (const ProjectExplorer::Task &t, m_tasks) {
addTask(t);