Various FilePath::fromString -> fromUserInput changes

Change-Id: Ic9c5e2f5c0375468651557f504b101572b72ac06
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2021-09-23 17:38:58 +02:00
parent 3dd8831f14
commit fcf9537dc5
9 changed files with 11 additions and 11 deletions

View File

@@ -247,7 +247,7 @@ BuildConfiguration::~BuildConfiguration()
FilePath BuildConfiguration::buildDirectory() const
{
FilePath path = FilePath::fromString(
FilePath path = FilePath::fromUserInput(
environment().expandVariables(d->m_buildDirectoryAspect->value().trimmed()));
path = macroExpander()->expand(path);
path = path.cleanPath();