forked from qt-creator/qt-creator
QmakePM: Avoid soft assertion
... when a matching toolchain is not found. Change-Id: I901bdb51f98a88b2402b12309a05e0bc5ffcaa3b Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
cff2ee701d
commit
4325f4facb
@@ -87,6 +87,7 @@ void QmakeKitInformation::setup(Kit *k)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (possibleTc)
|
||||
ToolChainKitInformation::setToolChain(k, possibleTc);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user