Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.0
-
None
-
-
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...