Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.15.7
-
OS in Container: Windows Server Core LTSC 2019; Host on Azure: OS Version Microsoft Windows Server 2019, 10.0.17763 Datacenter; VS2022; Docker for windows 20.10.7
Description
At lest in one specific setup windeployqt consistently deploys wrong libraries. While the project in question uses Qt5WebSockets.dll and Qt5WebView.dll, windeployqt misses those 2 libraries entirely and deploys Qt5SerialBus instead which is not used at all (no dependency).
This problem occurs so far only on Azure with docker. With the same docker container on a different host windeployqt would work as expected.