linux - How to change path of Qt fonts when using static Qt app? -


i'm trying run static qt demo on embedded linux via nfs executing: ./deform -qws (running on qt-enterprise-4.8) static qt demo residing on host ubuntu pc.

however received following error:

qfontdatabase: cannot find font directory /usr/local/trolltech/qtembedded-4.8.6-arm/lib/fonts - qt installed correctly?

is there way change path of qfontdatabase embedded linux in path residing on ubuntu pc?


Comments