forked from qt-creator/qt-creator
Maemo: source all relevant profiles and ignore non-existing ones.
Reviewed-by: kh1
This commit is contained in:
@@ -240,7 +240,9 @@ void MaemoRemoteMounter::startUtfsClients()
|
||||
.arg(mountSpec.remoteMountPoint);
|
||||
if (mountInfo.mountAsRoot)
|
||||
utfsClient.prepend(MaemoGlobal::remoteSudo() + QLatin1Char(' '));
|
||||
remoteCall += andOp + mkdir + andOp + chmod + andOp + utfsClient;
|
||||
QLatin1String seqOp("; ");
|
||||
remoteCall += seqOp + MaemoGlobal::remoteSourceProfilesCommand()
|
||||
+ seqOp + mkdir + andOp + chmod + andOp + utfsClient;
|
||||
}
|
||||
|
||||
emit reportProgress(tr("Starting remote UTFS clients..."));
|
||||
|
||||
Reference in New Issue
Block a user