Build error fix: forgot to replace font name in qt project.

This commit is contained in:
Alex Zolotarev 2015-12-16 10:29:44 +03:00
parent 2fb75e53a2
commit 67beee3312

View file

@ -72,7 +72,7 @@ XHDPI_SKIN_RES.path = $$DATADIR/resources-xhdpi
XHDPI_SKIN_RES.files = ../data/resources-xhdpi/symbols.sdf ../data/resources-xhdpi/symbols.png
FONT_RES.path = $$FONTSDIR
FONT_RES.files = ../data/00_roboto_regular.ttf \
FONT_RES.files = ../data/00_roboto_medium.ttf \
../data/01_dejavusans.ttf \
../data/02_droidsans-fallback.ttf \
../data/03_jomolhari-id-a3d.ttf \