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

Wrong destination for deployment when deployed for multiple binaries

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.15.2
    • None
    • Windows

    Description

      I am working with solution which produce a lot of Qt-dependent binaries. They are placed in different folders. I am trying to deploy Qt for all of the binaries in one run but having wrong result.

      Issue can be reproduced even with two files:

      windeployqt.exe D:/1/Core.dll D:/1/test/Tests.exe

      Will deploy all dependencies to D:/1 folder, nothing will be deployed to D:/1/test.

      If I will swap arguments:

      windeployqt.exe D:/1/test/Tests.exe D:/1/Core.dll

      Everything will be deployed to D:/1/test folder and nothing to D:/1.

       

      Attachments

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

        Activity

          People

            owolff Oliver Wolff
            maks Maksym Magics
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes