QMakePM: Less output from exact parser of cumulatively found SUBDIRS

Change-Id: I58766cc9e1916741dc0a33fc69e4e58470241073
Task-number: QTCREATORBUG-10779
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Daniel Teske
2015-04-22 18:35:13 +02:00
parent 6c4d4d96fa
commit f53d37d488

View File

@@ -1743,6 +1743,8 @@ void QmakeProFileNode::asyncUpdate()
{ {
m_project->incrementPendingEvaluateFutures(); m_project->incrementPendingEvaluateFutures();
setupReader(); setupReader();
if (!includedInExactParse())
m_readerExact->setVerbose(false);
m_parseFutureWatcher.waitForFinished(); m_parseFutureWatcher.waitForFinished();
EvalInput input = evalInput(); EvalInput input = evalInput();
QFuture<EvalResult *> future = QtConcurrent::run(&QmakeProFileNode::asyncEvaluate, this, input); QFuture<EvalResult *> future = QtConcurrent::run(&QmakeProFileNode::asyncEvaluate, this, input);