Hi Experts,

I am developing a Qt dialog based application,
When i compile it with shared linking then everything works fine as i need to devlope same application with static linking but with static linking it looks too ugly and also ui is classic ui.

I am using Qt creator 2.2.1 based on Qt 4.7.4 (32 bit)
source version of Qt is Qt-4.8.0.
uname -a returning
Linux ubuntu 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

How i can solve this problem?

Thanks in advance.