updated font file location

This commit is contained in:
Qiaoyong Zhong 2015-09-16 21:10:07 +08:00
parent af83337b76
commit f172e25703
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Rectangle {
property bool runNewTileAnim: false
property bool destroyFlag: false
FontLoader { id: localFont; source: "qrc:///fonts/DroidSansFallback.ttf" }
FontLoader { id: localFont; source: "qrc:///res/fonts/DroidSansFallback.ttf" }
Text {
id: tileLabel

View File

@ -207,7 +207,7 @@ ApplicationWindow {
onClicked: parent.forceActiveFocus()
}
FontLoader { id: localFont; source: "qrc:///fonts/DroidSansFallback.ttf" }
FontLoader { id: localFont; source: "qrc:///res/fonts/DroidSansFallback.ttf" }
Text {
id: gameName