windeployqt reduce size of app
Unsolved
General and Desktop
-
Hello !
I used windeployqt to not have missing dll when I launch my app .exe, but I see the full folder made 50Mo.
that is big for a simple QplainText ^^
I would like to know, what args should I use to have the strict minimum ?Thanks in advance.
Nicolas. -
@NicolasR said in windeployqt reduce size of app:
I would like to know, what args should I use to have the strict minimum ?
There are none - windeployqt does not modify the needed dlls, it just copies them.