forked from qt-creator/qt-creator
Qt4Project: Don't update runconfigurations for all targets
Change-Id: I383d0c5b7f01bf00be3249dc2721e69ed27dc148 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -685,8 +685,8 @@ void Qt4Project::update()
|
|||||||
|
|
||||||
void Qt4Project::updateRunConfigurations()
|
void Qt4Project::updateRunConfigurations()
|
||||||
{
|
{
|
||||||
foreach (Target *t, targets())
|
if (activeTarget())
|
||||||
t->updateDefaultRunConfigurations();
|
activeTarget()->updateDefaultRunConfigurations();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Qt4Project::scheduleAsyncUpdate(Qt4ProFileNode *node)
|
void Qt4Project::scheduleAsyncUpdate(Qt4ProFileNode *node)
|
||||||
|
|||||||
Reference in New Issue
Block a user