forked from qt-creator/qt-creator
PerfProfiler: Fix construction of arguments
Change-Id: I683ee5a9a23a222fc80f1972c64262c5d91228e9 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -287,7 +287,7 @@ void PerfDataReader::collectArguments(CommandLine *cmd, const QString &exe, cons
|
||||
.arg(qt->pluginPath().nativePath())
|
||||
.arg(qt->hostBinPath().nativePath())
|
||||
.arg(qt->qmlPath().nativePath())
|
||||
.arg(cmd->executable().osType() == OsTypeWindows ? u';' : u':'));
|
||||
.arg(cmd->executable().pathListSeparator()));
|
||||
}
|
||||
|
||||
if (auto toolChain = ToolchainKitAspect::cxxToolchain(kit)) {
|
||||
|
Reference in New Issue
Block a user