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

Under MinGW, QMAKE_COPY_DIR wrongly uses xcopy

    XMLWordPrintable

Details

    Description

      When having a .pro file like the following:

      TEMPLATE = app
      themes.path = /usr/share/mythtv/themes
      themes.files = blue
      INSTALLS += themes
      SOURCES += dummy.c

      and doing make install

      make install
      c:/msys/1.0/qt-win-opensource-src-4.3.4/bin/qmake.exe -win32 -o Makefile themes.pro
      xcopy /s /q /y /i c:\mythtv\mythtv\themes\blue /usr/share/mythtv/themes/blue
      Invalid number of parameters
      make: [install_themes] Error 4 (ignored)

      DOS xcopy is being used, but the correct command would be

      cp -r blue /usr/share/mythtv/themes/blue

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes