forked from qt-creator/qt-creator
ProjectExplorer: Rename Tool{C,c}hainKitAspect
Change-Id: I74460b6402ab00f972c208023f03fac617982a11 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -407,8 +407,8 @@ void CMakeManager::buildFile(Node *node)
|
||||
return extension;
|
||||
|
||||
const auto toolchain = ProjectFile::isCxx(sourceKind)
|
||||
? ToolChainKitAspect::cxxToolChain(target->kit())
|
||||
: ToolChainKitAspect::cToolChain(target->kit());
|
||||
? ToolchainKitAspect::cxxToolChain(target->kit())
|
||||
: ToolchainKitAspect::cToolChain(target->kit());
|
||||
using namespace ProjectExplorer::Constants;
|
||||
static QSet<Id> objIds{
|
||||
CLANG_CL_TOOLCHAIN_TYPEID,
|
||||
|
||||
Reference in New Issue
Block a user