Compile fix

This commit is contained in:
Tobias Hunger
2010-11-26 15:23:25 +01:00
parent 0ad583f3e7
commit 283af9d5ce
2 changed files with 4 additions and 4 deletions

View File

@@ -1440,7 +1440,7 @@ void QtVersion::updateToolChainAndMkspec() const
}
# else
if (S60Manager::hasRvctCompiler())
m_toolChains << ToolChainPtr(s60mgr->createRVCTToolChain(this, ProjectExplorer::ToolChain_RVCT_ARMV5_GNUPOC));
m_toolChains << ToolChainPtr(s60mgr->createRVCTToolChain(this, ProjectExplorer::ToolChain_RVCT2_ARMV5_GNUPOC));
m_toolChains << ToolChainPtr(s60mgr->createGCCE_GnuPocToolChain(this));
m_targetIds.insert(QLatin1String(Constants::S60_DEVICE_TARGET_ID));
# endif