Utils: Fix addCommandLineWithAnd for Windows

Also enable more unittests on windows

Change-Id: I241b77c640949cf622dc8138991036bb066ce3cf
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2022-11-29 10:41:30 +01:00
parent 7bc86a8b8d
commit fd829240ed
3 changed files with 110 additions and 32 deletions

View File

@@ -1490,7 +1490,7 @@ void CommandLine::addCommandLineWithAnd(const CommandLine &cmd)
}
addArgs("&&", Raw);
addCommandLineAsArgs(cmd);
addCommandLineAsArgs(cmd, Raw);
}
void CommandLine::addArgs(const QString &inArgs, RawType)