forked from qt-creator/qt-creator
Have qmakestep trigger the import label
* Do not use the BuildManager but have the qmakestep trigger the update via the target and project. Reviewed-by: dt
This commit is contained in:
@@ -390,6 +390,10 @@ void Qt4Project::onAddedTarget(ProjectExplorer::Target *t)
|
||||
Q_ASSERT(t);
|
||||
connect(t, SIGNAL(targetInformationChanged()),
|
||||
this, SLOT(changeTargetInformation()));
|
||||
Qt4Target *qt4target = qobject_cast<Qt4Target *>(t);
|
||||
Q_ASSERT(qt4target);
|
||||
connect(qt4target, SIGNAL(buildDirectoryInitialized()),
|
||||
this, SIGNAL(buildDirectoryInitialized()));
|
||||
}
|
||||
|
||||
void Qt4Project::updateCodeModel()
|
||||
|
||||
Reference in New Issue
Block a user