forked from qt-creator/qt-creator
Maemo: Re-enable package installation via UTFS mount.
This commit is contained in:
@@ -168,10 +168,8 @@ bool MaemoRunControlFactory::canRun(RunConfiguration *runConfiguration,
|
||||
return false;
|
||||
const int freePortCount = maemoRunConfig->freePorts().count();
|
||||
|
||||
#if 0 // TODO: Enable if deployment-via-mount is enabled again, otherwise throw away.
|
||||
if (maemoRunConfig->toolchain()->allowsRemoteMounts() && freePortCount == 0)
|
||||
return false;
|
||||
#endif
|
||||
const int mountDirCount
|
||||
= maemoRunConfig->toolchain()->allowsRemoteMounts()
|
||||
? maemoRunConfig->remoteMounts()->validMountSpecificationCount()
|
||||
|
||||
Reference in New Issue
Block a user