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

QMAKE_COPY fails on Windows for paths containing '+' (plus)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.15.0 Beta4
    • Build tools: qmake
    • None
    • Windows

      QMAKE_COPY fails on Windows for paths that contain a plus.

      QMAKE_COPY on Windows uses the "copy /y" command. This command handles '+' though specifically: It's used to denote multiple input paths to copy from.

      None of the standard quoting commands - shell_quote(), shell_path(), quote(), system_quote() - do escape the plus sign in a path.

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

            qtbuildsystem Qt Build System Team
            lpotter Lorn Potter
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes