ProjectExplorer: Fix msvc toolchain detection

Change-Id: I829753f4db9d3278a523f3c5c50b3296a5b11f3d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2018-02-20 11:12:28 +01:00
committed by hjk
parent 413c66ec88
commit e19e9a1e90

View File

@@ -442,7 +442,7 @@ public:
DeviceManager m_deviceManager{true}; DeviceManager m_deviceManager{true};
#ifdef Q_OS_WINDOWS #ifdef Q_OS_WIN
WinDebugInterface m_winDebugInterface; WinDebugInterface m_winDebugInterface;
MsvcToolChainFactory m_mscvToolChainFactory; MsvcToolChainFactory m_mscvToolChainFactory;
#else #else