ProjectExplorer: Move configWidget from Project to Target

Reviewed-By: hunger
This commit is contained in:
dt
2010-12-06 12:45:05 +01:00
parent 68d6bfe33b
commit b477441ef9
21 changed files with 60 additions and 53 deletions

View File

@@ -78,6 +78,11 @@ CMakeProject *CMakeTarget::cmakeProject() const
return static_cast<CMakeProject *>(project());
}
ProjectExplorer::BuildConfigWidget *CMakeTarget::createConfigWidget()
{
return new CMakeBuildSettingsWidget(this);
}
bool CMakeTargetFactory::supportsTargetId(const QString &id) const
{
return id == DEFAULT_CMAKE_TARGET_ID;