forked from qt-creator/qt-creator
ProjectExplorer: Allow selection of remote build directories
Change-Id: Ieaf0b01bde6d043782d6d9d4bb745c090c6087c1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -540,6 +540,9 @@ bool isValidMountInfo(const DockerDevicePrivate::TemporaryMountInfo &mi)
|
||||
if (!mi.path.isAbsolutePath() || !mi.containerPath.isAbsolutePath())
|
||||
return false;
|
||||
|
||||
if (mi.containerPath.isRootPath())
|
||||
return false;
|
||||
|
||||
if (!mi.path.exists())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user