Maemo: Differentiate between Maemo versions.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-08-23 15:37:17 +02:00
parent 6bbc55369a
commit c0a922f742
7 changed files with 30 additions and 2 deletions

View File

@@ -282,6 +282,11 @@ MaemoPortList MaemoRunConfiguration::freePorts() const
return devConfig.freePorts();
}
bool MaemoRunConfiguration::useRemoteGdb() const
{
return m_useRemoteGdb && toolchain()->allowsRemoteMounts();
}
void MaemoRunConfiguration::setArguments(const QStringList &args)
{
m_arguments = args;