Hi All,

I use Qt 3.3 on an Embedded device. As always with such devices, I want to optimize Qt library which I am trying to dynamically link to my application.

I tried to add more "#define" s in "qconfig.h" but there were lot of interdependencies that were not stopping my application to run.

I need to remove as many unwanted widgets ( without losing the required ones ) and things unneeded to my application like sound, network, sql......

Is there any tool available for Qt 3.3 to qconfig

or

Is there a better way I can optmize Qt library?


Thanks in Advance,
Regards,
Svaths