Hi
For me the solution was as described above:
1.- copy a valid fonts directory (in this case a Qt compiled for x86, or the host machine) into the target rootfs system. i.e.
cp -r /home/Documents/qt-x86/lib/fonts /external_sdcard_mounted_point/home/user/lib/fonts-qt
2.- set the variable QT_QWS_FONTDIR to the new created directory. i.e.
export QT_QWS_FONTDIR=/home/user/lib/fonts-qt/
Then I run in the target machine the example for analogclock and it worked perfectly
Bookmarks