forked from organicmaps/organicmaps
Build error fix: forgot to replace font name in qt project.
This commit is contained in:
parent
2fb75e53a2
commit
67beee3312
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue