forked from qt-creator/qt-creator
Fix Linux & macOS build in release
msvctoolchain.h/.cpp is only available on Windows (except if tests are enabled...) Change-Id: Id2ad5bd0945f1f1c21ca6a3a08e8bc4d5f50c3ed Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -251,7 +251,9 @@ bool ToolChainManager::isLanguageSupported(const Core::Id &id)
|
|||||||
|
|
||||||
void ToolChainManager::aboutToShutdown()
|
void ToolChainManager::aboutToShutdown()
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
MsvcToolChain::cancelMsvcToolChainDetection();
|
MsvcToolChain::cancelMsvcToolChainDetection();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ProjectExplorer
|
} // namespace ProjectExplorer
|
||||||
|
Reference in New Issue
Block a user