forked from qt-creator/qt-creator
ProjectExplorer: Move configWidget from Project to Target
Reviewed-By: hunger
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user