forked from qt-creator/qt-creator
Maemo: Implement remote mount functionality.
Untested & unused.
This commit is contained in:
@@ -190,6 +190,12 @@ MaemoDeployStep *MaemoRunConfiguration::deployStep() const
|
||||
return step;
|
||||
}
|
||||
|
||||
QString MaemoRunConfiguration::localHostAddressFromDevice() const
|
||||
{
|
||||
// TODO: From user
|
||||
return QLatin1String("192.168.2.14");
|
||||
}
|
||||
|
||||
QString MaemoRunConfiguration::maddeRoot() const
|
||||
{
|
||||
if (const MaemoToolChain *tc = toolchain())
|
||||
|
||||
Reference in New Issue
Block a user