forked from qt-creator/qt-creator
CMake: Always offer all tool chains
Task-number: QTCREATORBUG-5871 Change-Id: Id9de63f90060ba606ce1a37e618f3ffba6f1e2be Reviewed-on: http://codereview.qt.nokia.com/3311 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -425,7 +425,7 @@ void CMakeRunPage::initializePage()
|
|||||||
bool hasCodeBlocksGenerator = m_cmakeWizard->cmakeManager()->hasCodeBlocksMsvcGenerator();
|
bool hasCodeBlocksGenerator = m_cmakeWizard->cmakeManager()->hasCodeBlocksMsvcGenerator();
|
||||||
ProjectExplorer::Abi abi = ProjectExplorer::Abi::hostAbi();
|
ProjectExplorer::Abi abi = ProjectExplorer::Abi::hostAbi();
|
||||||
abi = ProjectExplorer::Abi(abi.architecture(), abi.os(), ProjectExplorer::Abi::UnknownFlavor,
|
abi = ProjectExplorer::Abi(abi.architecture(), abi.os(), ProjectExplorer::Abi::UnknownFlavor,
|
||||||
abi.binaryFormat(), abi.wordWidth() == 32 ? 32 : 0);
|
abi.binaryFormat(), 0);
|
||||||
QList<ProjectExplorer::ToolChain *> tcs =
|
QList<ProjectExplorer::ToolChain *> tcs =
|
||||||
ProjectExplorer::ToolChainManager::instance()->findToolChains(abi);
|
ProjectExplorer::ToolChainManager::instance()->findToolChains(abi);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user