-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.7.0
-
None
-
I have Qt 5.7 MSVC 2015_64 bit on Windows 10 and I ran windeployqt from the cmd Qt 5.7 64-bit for Desktop (MSVC 2015).
In my .pro file I have
QT+= core gui xml xmlpatterns widgets webenginewidgets network
but after running
windeployqt.exe myfile.exe
I only get the following dependcies:
Direct dependencies: Qt5Core Qt5Gui Qt5Widgets All dependencies : Qt5Core Qt5Gui Qt5Widgets To be deployed : Qt5Core Qt5Gui Qt5Svg Qt5Widgets
My exe file gives me error for not having the dll files, but if I add them manually or if I run
windeployqt.exe -xml -network -xmlpatterns -webenginewidgets -webenginecore myfile.exe
it works.