ProjectExplorer: Introduce and use a Target::buildSystemUpdated signal

Change-Id: I497d46866146600a1ed9162bd720c574ee4d4769
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-11-15 15:44:45 +01:00
parent 738bbf1a87
commit c2127c9ec4
21 changed files with 52 additions and 38 deletions

View File

@@ -512,6 +512,8 @@ void QmakeBuildSystem::decrementPendingEvaluateFutures()
target()->updateDefaultDeployConfigurations();
m_guard.markAsSuccess(); // Qmake always returns (some) data, even when it failed:-)
m_guard = {}; // This triggers emitParsingFinished by destroying the previous guard.
emitBuildSystemUpdated();
}
}
}