aboutsummaryrefslogtreecommitdiff
path: root/qml.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'qml.qrc')
-rw-r--r--qml.qrc13
1 files changed, 9 insertions, 4 deletions
diff --git a/qml.qrc b/qml.qrc
index cf0ef28..a9f28a1 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -1,14 +1,14 @@
<RCC>
<qresource prefix="/">
- <file>main.qml</file>
<file>locales/bin/de_DE.qm</file>
<file>locales/bin/main_en.qm</file>
<file>locales/de_DE.ts</file>
<file>locales/main_en.ts</file>
<file>locales/bin/es_ES.qm</file>
<file>locales/es_ES.ts</file>
- <file>images/logo.png</file>
+ <file>images/RWA-logo.png</file>
<file>images/into-clipboard.svg</file>
+ <file>src/main.qml</file>
<file>src/main.cpp</file>
<file>src/main_qmladaptor.cpp</file>
<file>src/main_qmladaptor.h</file>
@@ -16,8 +16,13 @@
<file>src/RWADBusAdaptor.h</file>
<file>src/session.cpp</file>
<file>src/session.h</file>
- <file>ToastManager.qml</file>
- <file>Toast.qml</file>
+ <file>src/scenes/Scene_remote_control.qml</file>
+ <file>src/scenes/Scene_remote_view.qml</file>
+ <file>src/scenes/Scene_settings.qml</file>
+ <file>src/scenes/Scene_placeholder.qml</file>
+ <file>src/ListItem.qml</file>
+ <file>src/ToastManager.qml</file>
+ <file>src/Toast.qml</file>
<file>qtquickcontrols2.conf</file>
</qresource>
</RCC>