forked from qt-creator/qt-creator
ToolChains: Trigger ToolChainManager::toolChainChanged signal
Trigger ToolChainManager::toolChainChanged signal when something changes. This was apparently missing in quite a few places of some of the tool chains. Change-Id: Ic94c6559e6267f4ff22dc74cc5b0865fb7aeac63 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -114,7 +114,10 @@ QString QnxToolChain::ndkPath() const
|
||||
|
||||
void QnxToolChain::setNdkPath(const QString &ndkPath)
|
||||
{
|
||||
if (m_ndkPath == ndkPath)
|
||||
return;
|
||||
m_ndkPath = ndkPath;
|
||||
toolChainUpdated();
|
||||
}
|
||||
|
||||
// qcc doesn't support a "-dumpmachine" option to get supported abis
|
||||
|
||||
Reference in New Issue
Block a user