Ah, too bad. I can't easily recompile the app in 32-bit as I don't have a 32-bit system handy.
I have some new info about the issue though. The textedit Qt demo has the same problem as my app when I instruct the dynamic linker to use the Qt shared libs that I compiled myself:
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ; ./textedit
It looks like the Batang font (the first one in the list?) is used for the widgets. Note that if I run ./textedit without setting LD_LIBRARY_PATH first (so it'll be using Qt libs from /usr/lib) everything's fine.
So it seems the problem comes from my Qt libraries. I compiled an unmodified Qt 4.7.2 from sources using ./configure -opensource -debug followed by make ; make install. Nothing fancy.
Maybe I need to include/deploy some kind of configuration files together with my app? Fonts maybe?
Cheers,
Franz
Bookmarks