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:
Orgad Shaneh
2016-10-31 15:40:20 +02:00
committed by Orgad Shaneh
parent cff2ee701d
commit 4325f4facb

View File

@@ -87,6 +87,7 @@ void QmakeKitInformation::setup(Kit *k)
break;
}
}
if (possibleTc)
ToolChainKitInformation::setToolChain(k, possibleTc);
}
}