-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.10.0
-
None
-
-
ecda5bb8c (dev)
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.
- resulted from
-
QTBUG-131515 qmake2cmake is thrown off by unusual byte sequences
-
- Closed
-