Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.10.0
-
None
Description
qmake2cmake stumbles upon expressions like:
unifiedExec.extra += ... | sort | uniq | xargs -L1 -i{} cp {} \"$$DLLDEPLOYFOLDER/.\" ;
The parser doesn't expect curly braces on the right hand side of operations.
A workaround is to surround all these right-hand sides with double quotes.
Attachments
Issue Links
- resulted from
-
QTBUG-131515 qmake2cmake is thrown off by unusual byte sequences
-
- Closed
-