QbsProjectManager: Fix building of single files.

After doing this once, the active file tags were not reset, so
building everything was no longer possible.

Change-Id: I98df5f55e129cc4a72921aff51201e1860ba939a
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2014-04-14 10:36:08 +02:00
parent c8a814c289
commit 5651465b6f

View File

@@ -440,6 +440,7 @@ void QbsProjectManagerPlugin::buildFiles(QbsProject *project, const QStringList
BuildManager::buildList(bc->stepList(buildStep), name);
bc->setChangedFiles(QStringList());
bc->setActiveFileTags(QStringList());
}
void QbsProjectManagerPlugin::buildSingleFile(QbsProject *project, const QString &file)