diff --git a/qml/Tile.qml b/qml/Tile.qml index 457a999..96d6861 100644 --- a/qml/Tile.qml +++ b/qml/Tile.qml @@ -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 diff --git a/qml/main.qml b/qml/main.qml index 543e745..6bbd8a6 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -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