Qt provided dll sizes -


i've noted qt provided dlls same name different sizes in different locations, example:

246 kb c:\qt\qt5.3.2\tools\qtcreator\bin\qt5opengl.dll

vs

316 kb c:\qt\qt5.3.2\5.3\mingw482_32\bin\qt5opengl.dll

what's difference between them?

tools directory compiled "default" compiler target platform , files there intended serve build tools , qt creator, qml debugger , other tools. qt company has selected 1 of available compilers that.

and specific platform/compiler qt precompiled build you've installed other compiler used producing binaries of different size same code.


Comments