forked from qt-creator/qt-creator
Add a toolChainType() method to the ApplicationRunConfiguration.
Best effort only though. This can make detection in the debugger which engine should be used easier. Task-Nr: 256161
This commit is contained in:
@@ -217,6 +217,12 @@ void CMakeRunConfiguration::setUserEnvironmentChanges(const QList<ProjectExplore
|
||||
}
|
||||
}
|
||||
|
||||
ProjectExplorer::ToolChain::ToolChainType CMakeRunConfiguration::toolChainType() const
|
||||
{
|
||||
CMakeProject *pro = static_cast<CMakeProject *>(project());
|
||||
return pro->toolChainType();
|
||||
}
|
||||
|
||||
// Configuration widget
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user