diff options
author | Christian Kandeler <[email protected]> | 2010-09-08 14:25:33 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2010-09-08 14:27:13 +0200 |
commit | 03492f24da8bc063b4a294012950365a3be6f778 (patch) | |
tree | 9a2da857b647bfa04d947a7aa819da580b26e300 /src/plugins/debugger/debuggerrunner.cpp | |
parent | 29b304e7d0095f9dc86a28e5e8bd7a41420d948b (diff) |
QML debugging: Adaptations for Maemo.
Reviewed-by: Lasse Holmstedt
Diffstat (limited to 'src/plugins/debugger/debuggerrunner.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerrunner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index 0f80b683dbe..e8d3dfc909d 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -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: |