diff options
Diffstat (limited to 'app/qml')
-rw-r--r-- | app/qml/Main.qml | 2 | ||||
-rw-r--r-- | app/qml/qml.qrc | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app/qml/Main.qml b/app/qml/Main.qml index 186e345..80191b0 100644 --- a/app/qml/Main.qml +++ b/app/qml/Main.qml @@ -3,8 +3,6 @@ import QtQuick.Controls 2.2 import QtQuick.Window 2.11 -import "qrc:/qml" - ApplicationWindow { id: tbtnavi 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> |