QML debugging: Adaptations for Maemo.

Reviewed-by: Lasse Holmstedt
This commit is contained in:
Christian Kandeler
2010-09-08 14:25:33 +02:00
parent 29b304e7d0
commit 03492f24da
3 changed files with 7 additions and 2 deletions

View File

@@ -260,6 +260,7 @@ static DebuggerEngineType engineForToolChain(int toolChainType)
case ProjectExplorer::ToolChain::RVCT_ARMV6:
case ProjectExplorer::ToolChain::RVCT_ARMV5_GNUPOC:
case ProjectExplorer::ToolChain::GCCE_GNUPOC:
case ProjectExplorer::ToolChain::GCC_MAEMO:
return GdbEngineType;
case ProjectExplorer::ToolChain::MSVC: