Qbs: Make "Reparse Qbs" force a reparsing

... even if Qt Creator thinks all is well.

Change-Id: I40fa61d51c8e18a389bedf7d8afb927bbb88acd5
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Tobias Hunger
2013-11-26 16:19:43 +01:00
parent 7af5674c15
commit b9813b7c91
3 changed files with 13 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ void QbsProjectManagerPlugin::buildProducts(QbsProject *project, const QStringLi
void QbsProjectManagerPlugin::reparseCurrentProject()
{
if (m_currentProject)
m_currentProject->parseCurrentBuildConfiguration();
m_currentProject->parseCurrentBuildConfiguration(true);
}
} // namespace Internal