forked from qt-creator/qt-creator
ProjectExplorer: Don't try to fix remote build paths
Change-Id: Ia8a980fcb5154cfbfb412b3d7c4b565e9d200b15 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -113,6 +113,8 @@ void BuildDirectoryAspect::addToLayout(LayoutBuilder &builder)
|
|||||||
|
|
||||||
FilePath BuildDirectoryAspect::fixupDir(const FilePath &dir)
|
FilePath BuildDirectoryAspect::fixupDir(const FilePath &dir)
|
||||||
{
|
{
|
||||||
|
if (dir.needsDevice())
|
||||||
|
return dir;
|
||||||
if (HostOsInfo::isWindowsHost() && !dir.startsWithDriveLetter())
|
if (HostOsInfo::isWindowsHost() && !dir.startsWithDriveLetter())
|
||||||
return {};
|
return {};
|
||||||
const QString dirString = dir.toString().toLower();
|
const QString dirString = dir.toString().toLower();
|
||||||
|
Reference in New Issue
Block a user