-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.7.0
-
None
-
* Qt 5.7.0 MSVC2015 x86
* Windows 10
-
316720b417a8360d2dfa24e9f3924fc46ef590e3 (qttools/5.6, 14.9.2016, 5.6.3)
When I start windeploy.exe for my application, which use QtSerialBus module, then it does not deploy QtSerialBus' plugins. It deploys only Qt5SerialBus.dll library.
$windeployqt myapp.exe
result:
...
myapp.exe
...
Qt5SerialBus.dll
...
expected:
...
myapp.exe
...
Qt5SerialBus.dll
...
canbus/qtpeakcanbus.dll
canbus/qttinycanbus.dll
...