Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.0 Beta4
-
None
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
- duplicates
-
QTBUG-74388 qmake ${COPY} on Windows doesn't work with filenames that have a plus in it
- Closed