File size of a Qt application
-
[quote author="jr_jags" date="1314980890"]is there a right size for a Qt application to run it smoothly on a phone[/quote]
No, depends on the application and the device :)
-
@
symbian {
OPTION GCCE -O2 -fno-unit-at-a-time
}
@Add the above gcce optimization flag to .pro, it will reduce binary size considerably.