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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.10.0
    • Build tools: Other
    • None
    • All

    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

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

          Activity

            People

              qtbuildsystem Qt Build System Team
              jbornema Joerg Bornemann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes