Docker: allow local build directories

Used for local projects with kits that have a remote build device

Change-Id: I8604c4673fc0f1571fe62407334c1e26e71fd2a8
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2021-10-18 10:22:51 +02:00
parent c19d031978
commit 712caf10dc

View File

@@ -253,9 +253,8 @@ FilePath BuildConfiguration::buildDirectory() const
path = path.cleanPath(); path = path.cleanPath();
const FilePath projectDir = target()->project()->projectDirectory(); const FilePath projectDir = target()->project()->projectDirectory();
const FilePath buildDir = projectDir.resolvePath(path);
return mapFromBuildDeviceToGlobalPath(buildDir); return projectDir.resolvePath(path);
} }
FilePath BuildConfiguration::rawBuildDirectory() const FilePath BuildConfiguration::rawBuildDirectory() const