summaryrefslogtreecommitdiffstats
path: root/src/corelib/debug_script.py
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-03-30 12:37:08 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-03-30 14:33:26 +0200
commit856fadf85ca2a3b70878d01d32e4d4cef807b8a9 (patch)
tree342d317fd3e534f46a42f35ef5c914af508a07b9 /src/corelib/debug_script.py
parent9466b3629a391ae93c4f06d3627e3dc9e10bba9f (diff)
Fix processing of list arguments passed to the 'configure' script
list(TRANSFORM ...) unexpectedly removes semicolon escaping in list items. So the list arguments seems to be broken. The 'bracket argument' suppresses this behavior. Right before forwarding command line arguments to the cmake call, 'bracket arguments'are replaced by escaped semicolons back. Recent fix escapes all semicolons of the 'configure_args' and glues all arguments to a single 'list'. Amends df8e1c8e588cb0529b2bc02faef1022ef3f29145 Change-Id: I4a458b9e3add307b36924c4c7c7f739d348f9343 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/debug_script.py')
0 files changed, 0 insertions, 0 deletions