September 2, 2011

jr_jags jr_jags
Lab Rat
87 posts

file size of a Qt application

 

is there a right size for a Qt application to run it smoothly on a phone, im developing a mobile game and it reaches more than 10MB, i haven’t test it yet in a mobile device, can it affect the runtime of the game?

2 replies

September 3, 2011

leon.anavi leon.anavi
Mad Scientist
1045 posts
jr_jags wrote:
is there a right size for a Qt application to run it smoothly on a phone

No, depends on the application and the device :)

 Signature 

http://anavi.org/

September 3, 2011

sriks sriks
Lab Rat
122 posts

  1. symbian {
  2. OPTION GCCE -O2 -fno-unit-at-a-time
  3. }

Add the above gcce optimization flag to .pro, it will reduce binary size considerably.

 
  ‹‹ [Moved]Automatic Mouse Click      unable to get the qt creator qt components quickstart example working ››

You must log in to post a reply. Not a member yet? Register here!