Update the makesteps the summary on build directory changes

Also ensure that Qt4ProjectConfigWidget does not emit any signals from
it's init method.
This commit is contained in:
dt
2009-10-29 12:24:25 +01:00
parent 6594ddbfb7
commit 7fc6a0ecc8
5 changed files with 70 additions and 27 deletions

View File

@@ -1004,7 +1004,7 @@ void Qt4Project::updateActiveRunConfiguration()
}
}
emit runConfigurationsEnabledStateChanged();
emit invalidateCachedTargetInformation();
emit targetInformationChanged();
}
ProjectExplorer::ToolChain::ToolChainType Qt4Project::toolChainType(BuildConfiguration *configuration) const
@@ -1207,6 +1207,11 @@ void Qt4Project::invalidateCachedTargetInformation()
emit targetInformationChanged();
}
void Qt4Project::emitBuildDirectoryChanged()
{
emit buildDirectoryChanged();
}
// We match -spec and -platfrom separetly
// We ignore -cache, because qmake contained a bug that it didn't
// mention the -cache in the Makefile