Merge remote-tracking branch 'origin/10.0' into 11.0

Change-Id: I27e2c1c764f955d14bfece6cd580b4c2d2988396
This commit is contained in:
Eike Ziller
2023-05-25 08:29:27 +02:00
4 changed files with 33 additions and 23 deletions

View File

@@ -63,6 +63,7 @@ static void expandAllButEnv(const PresetsDetails::BuildPreset &preset,
value.replace("${sourceDirName}", sourceDirectory.fileName());
value.replace("${presetName}", preset.name);
value.replace("${hostSystemName}", getHostSystemName(sourceDirectory.osType()));
value.replace("${pathListSep}",
Utils::OsSpecificAspects::pathListSeparator(sourceDirectory.osType()));
}