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

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

    XMLWordPrintable

Details

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

    Description

      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.

      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
              lpotter Lorn Potter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes