Font error while running application on board
-
Hi all,
I am developing qt/qml application for mips. while compiling qt for embedded i have enable option -qt-free-type in configure and enabled FREETYPE,QWS_QPF and QWS_QPF2 in my config file. i used devajusans fonts in application so i have also puted devajusans.ttf file in font directory under usr/lib directory on board. but when i run application it gives following warning:
warning:Initializing QFontEngineQPF failed for /usr/lib/fonts/devajusans.ttf
any help?