summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-05-21 15:14:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-23 11:39:25 +0200
commit4a35f21208f2f6ae23a4a2f668c72ea6d9def4c9 (patch)
treec3eac17fb5618c4335633ea2971ded9cf0c612e8 /src
parent26985092190a80c2db463f42c082c9f4792b5e66 (diff)
fix quoting and path separators in qtPrepareTool()
we need to store commands with system path separators in the .pri files, as we might clobber windows command arguments if we just converted separators later on. and we can actually do that, as the path separators are actually bound to the host system, not the shell. we also need to shell-quote the commands, as whitespace, and more commonly windows path separators in an msys shell, would break things. we delay this to the last moment possible, as it does depend on the shell. Change-Id: I1fe6b63aebd5663b72492c32928ec397f86e336f Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions