windeployqt deploys QtNetwork6.dll, but the application doesn't even include the network module
-
wrote on 11 Mar 2024, 22:20 last edited by
My application has this in the .pro file:
QT = core gui widgets
And yet windeployqt also deploys the network module (QtNetwork6.dll
andtls
folder), and idea why? Qt 6.6.2 msvc2019_64.
1/1