forked from qt-creator/qt-creator
Make QtVersion's toolchain variable.
QtVersion provides possible toolchains that can be used by the Qt version, e.g. winscw, gcce and armv5 for symbian-abld.
This commit is contained in:
@@ -638,7 +638,7 @@ Qt4RunConfiguration::BaseEnvironmentBase Qt4RunConfiguration::baseEnvironmentBas
|
||||
ProjectExplorer::ToolChain::ToolChainType Qt4RunConfiguration::toolChainType() const
|
||||
{
|
||||
Qt4Project *pro = qobject_cast<Qt4Project *>(project());
|
||||
return pro->qtVersion(pro->activeBuildConfiguration())->toolchainType();
|
||||
return pro->toolChainType(pro->activeBuildConfiguration());
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user