Hi,

I'm deploying an application compiled against Qt (4.7.2, built from sources) to a pristine Ubuntu 10.10 system (default installation, no additional package installed, not even Qt).

Together with the application, I deploy a copy of the Qt libraries it requires (libQtCore4.so.4, libQtGui4.so.4, etc.) along the application's binary so that it can be run even if Qt is not installed on the system. (I'm aware this might not be The Right Way to deploy a Qt-based app; however it has some advantages and before I move on to a more standard scheme I'd like to make this one work.)

The application runs fine, however the font used to render the widgets gives absolutely horrid results:



I installed qtconfig and ran it. qtconfig itself displays correctly and the default font appears to be Ubuntu size 11. However this has no effect on the look of my application.

Any idea?

Cheers,
Franz