forked from qt-creator/qt-creator
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:
@@ -1490,7 +1490,7 @@ void CommandLine::addCommandLineWithAnd(const CommandLine &cmd)
|
||||
}
|
||||
|
||||
addArgs("&&", Raw);
|
||||
addCommandLineAsArgs(cmd);
|
||||
addCommandLineAsArgs(cmd, Raw);
|
||||
}
|
||||
|
||||
void CommandLine::addArgs(const QString &inArgs, RawType)
|
||||
|
||||
Reference in New Issue
Block a user