forked from qt-creator/qt-creator
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:
@@ -253,9 +253,8 @@ FilePath BuildConfiguration::buildDirectory() const
|
||||
path = path.cleanPath();
|
||||
|
||||
const FilePath projectDir = target()->project()->projectDirectory();
|
||||
const FilePath buildDir = projectDir.resolvePath(path);
|
||||
|
||||
return mapFromBuildDeviceToGlobalPath(buildDir);
|
||||
return projectDir.resolvePath(path);
|
||||
}
|
||||
|
||||
FilePath BuildConfiguration::rawBuildDirectory() const
|
||||
|
Reference in New Issue
Block a user