diff options
Diffstat (limited to 'app/qml/qml.qrc')
-rw-r--r-- | app/qml/qml.qrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/qml/qml.qrc b/app/qml/qml.qrc new file mode 100644 index 0000000..cfa6ac0 --- /dev/null +++ b/app/qml/qml.qrc @@ -0,0 +1,9 @@ +<RCC> + <qresource prefix="/"> + <file>qmldir</file> + <file>Main.qml</file> + <file>MapWindow.qml</file> + <file>InfoWindow.qml</file> + <file>TbtBoard.qml</file> + </qresource> +</RCC> |