forked from qt-creator/qt-creator
ProjectExplorer: Rename GccToolChain to GccToolchain
And some related classes/comments. Change-Id: I9a0661f1a040de594145d403c673ec2e54990e0d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -63,7 +63,7 @@ void WebAssemblyToolChain::addToEnvironment(Environment &env) const
|
||||
}
|
||||
|
||||
WebAssemblyToolChain::WebAssemblyToolChain() :
|
||||
GccToolChain(Constants::WEBASSEMBLY_TOOLCHAIN_TYPEID)
|
||||
GccToolchain(Constants::WEBASSEMBLY_TOOLCHAIN_TYPEID)
|
||||
{
|
||||
setSupportedAbis({toolChainAbi()});
|
||||
setTargetAbi(toolChainAbi());
|
||||
@@ -88,7 +88,7 @@ FilePath WebAssemblyToolChain::makeCommand(const Environment &environment) const
|
||||
|
||||
bool WebAssemblyToolChain::isValid() const
|
||||
{
|
||||
return GccToolChain::isValid()
|
||||
return GccToolchain::isValid()
|
||||
&& QVersionNumber::fromString(version()) >= minimumSupportedEmSdkVersion();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user