Maemo: Use debugger set up by the SDK

Use the debugger set up by the Qt SDK instead of the one shipped
with Maemo/Meego.

Task-number: QTCREATORBUG-4299
Reviewed-by: Christian Kandeler
This commit is contained in:
Tobias Hunger
2011-04-13 11:25:23 +02:00
parent d0f7be188a
commit 61790e54e8

View File

@@ -228,7 +228,7 @@ const MaemoToolChain *MaemoRunConfiguration::toolchain() const
const QString MaemoRunConfiguration::gdbCmd() const const QString MaemoRunConfiguration::gdbCmd() const
{ {
return QDir::toNativeSeparators(targetRoot() + QLatin1String("/bin/gdb")); return QDir::toNativeSeparators(activeBuildConfiguration()->toolChain()->debuggerCommand());
} }
MaemoDeployStep *MaemoRunConfiguration::deployStep() const MaemoDeployStep *MaemoRunConfiguration::deployStep() const