Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-137322

qmake2cmake fails on curly braces on right-hand-side of assignment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.10.0
    • Build tools: Other
    • None
    • All
    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes