OSDN Git Service

Compile fix
authorTobias Hunger <tobias.hunger@nokia.com>
Fri, 26 Nov 2010 14:36:06 +0000 (15:36 +0100)
committerTobias Hunger <tobias.hunger@nokia.com>
Fri, 26 Nov 2010 14:36:06 +0000 (15:36 +0100)
src/plugins/qt4projectmanager/qtversionmanager.cpp

index adc2eaf..cf1dd22 100644 (file)
@@ -1439,8 +1439,8 @@ void QtVersion::updateToolChainAndMkspec() const
                 m_targetIds.insert(QLatin1String(Constants::S60_EMULATOR_TARGET_ID));
             }
 #    else
-            if (S60Manager::hasRvctCompiler())
-                m_toolChains << ToolChainPtr(s60mgr->createRVCTToolChain(this, ProjectExplorer::ToolChain_RVCT2_ARMV5_GNUPOC));
+            if (S60Manager::hasRvct2Compiler())
+                m_toolChains << ToolChainPtr(s60mgr->createRVCTToolChain(this, ProjectExplorer::ToolChain_RVCT_ARMV5_GNUPOC));
             m_toolChains << ToolChainPtr(s60mgr->createGCCE_GnuPocToolChain(this));
             m_targetIds.insert(QLatin1String(Constants::S60_DEVICE_TARGET_ID));
 #    endif