PDA

View Full Version : Way to know deployable QT app size (overall size)



GoGetIt
17th August 2010, 12:59
Hi,

I would like to know is there a way or mehtod to calculate the overall size of a deployable QT application? My application involves web rendering and session management along with a UI interface.
For this what all modules would be need to be deployed and what will be the size of each of these and the overall size of the package that is needed for deployment.

Also how to know what all dlls the app depends on? Is there a command or utility to know this?

Please let me know if we have some method or way to know or calculate this.

Thanks in advance.

aamer4yu
17th August 2010, 13:10
Size depends on your code and final code generated by the compiler and linker.
I dont think there is any other way of knowing the size of code other than actually generating it and checking.

If you are gonna deploy, you are gonna generate the modules too.. so cant you check the size of the same ?