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

Qmake INSTALLS doesn't copy certain files on windows (files with special characters in name)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • 4.7.1
    • Build tools: qmake
    • None
    • Windows XP Sp3

    Description

      This fails:

      lib.files = c:/mingw/bin/libstdc++-6.dll"
      lib.path = dist

      INSTALLS += lib

      because qmake translates it to
      copy /y c:\mingw\bin\libstdc++-6.dll <PROJECTPATH>/dist

      and windows interprets "+" as a special character. Quoting the whole filename solves the problem.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-16372
          # Subject Branch Project Status CR V

          Activity

            People

              Unassigned Unassigned
              fpasch Simon Pasch
              Votes:
              3 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes