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

windeployqt --list option prints status messages

    XMLWordPrintable

Details

    • Windows
    • ad2da2080 (dev), 32ce7fa8d (6.7), e6cc3c0fa (6.6)

    Description

      Context:
      Description of the --list cmd. line option (from windeployqt --help):

      --list <option>    Print only the names of the files copied.
      Available options:
          source:   absolute path of the source files
          target:   absolute path of the target files
          relative: paths of the target files, relative to the target directory
          mapping:  outputs the source and the relative target,
                    suitable for use within an Appx mapping file

      Steps:
      Run windeployqt with the --list option. For example:

      "C:\lib\Qt\6.7.0\msvc2019_64\bin\windeployqt.exe" --list source foo.exe

      Expected:
      Output of windeployqt only lists the names of the files copied to the deployment dir. For example:

      C:\lib\Qt\6.7.0\msvc2019_64\bin\Qt6Cored.dll
      C:\lib\Qt\6.7.0\msvc2019_64\bin\Qt6Guid.dll
      C:\lib\Qt\6.7.0\msvc2019_64\bin\Qt6Networkd.dll
      Etc...

      Actual:
      Some status messages are printed before the list of copied files. For example:

      Adding in plugin type generic for module: Qt6Gui
      Adding in plugin type iconengines for module: Qt6Gui
      Adding in plugin type imageformats for module: Qt6Gui
      Adding in plugin type networkinformation for module: Qt6Network
      Adding in plugin type platforms for module: Qt6Gui
      Adding in plugin type qmltooling for module: Qt6Qml
      Adding in plugin type tls for module: Qt6Network
      C:\lib\Qt\6.7.0\msvc2019_64\bin\Qt6Cored.dll
      C:\lib\Qt\6.7.0\msvc2019_64\bin\Qt6Guid.dll
      C:\lib\Qt\6.7.0\msvc2019_64\bin\Qt6Networkd.dll
      Etc...

      Attachments

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

        Activity

          People

            timothee.keller Timothée Keller
            mecfc Miguel Costa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes