forked from qt-creator/qt-creator
Make target information update also for non-Qt4RunConfigurations
Transform the method in Qt4Project into a signal that is handled by the run configurations themselves.
This commit is contained in:
@@ -28,6 +28,9 @@ S60EmulatorRunConfiguration::S60EmulatorRunConfiguration(Project *project, const
|
||||
|
||||
connect(project, SIGNAL(activeBuildConfigurationChanged()),
|
||||
this, SLOT(invalidateCachedTargetInformation()));
|
||||
|
||||
connect(project, SIGNAL(targetInformationChanged()),
|
||||
this, SLOT(invalidateCachedTargetInformation()));
|
||||
}
|
||||
|
||||
S60EmulatorRunConfiguration::~S60EmulatorRunConfiguration()
|
||||
|
||||
Reference in New Issue
Block a user