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

QMake install : bad copy command syntax

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.1
    • 5.5.1
    • Build tools: qmake
    • None
    • Windows, QT Creator 3.6.0
    • f3487308e4534183f42f5cb9de86a9ae5f201be8

    Description

      In QT Creator, after a library build, during deploy step I get this error:

      copy /y C:/win32/Binx/libCpsFramework.so.debug C:\win32\UsrLib\build-CpsFramework-Android_for_armeabi_v7a_GCC_4_9_Qt_5_5_1-Release\android-build\libs\armeabi-v7a\libCpsFramework.so.debug
      The syntax of the command is incorrect.
      mingw32-make: [install_target] Error 1 (ignored)
      makefile:15967: recipe for target 'install_target' failed

      this is due to the fact that '/' is used instead of '\' because of Windows.
      Path should be converted to native separators.

      Build was done in release mode but with debug info.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            corob Andrea
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes