From 76212577cb3fd60d41aab175270ede0b2dcdb038 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 29 Jun 2021 15:21:09 +0200 Subject: Add feature: Multiple Scenes; Relocate files --- qml.qrc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'qml.qrc') diff --git a/qml.qrc b/qml.qrc index cf0ef28..a9f28a1 100644 --- a/qml.qrc +++ b/qml.qrc @@ -1,14 +1,14 @@ - main.qml locales/bin/de_DE.qm locales/bin/main_en.qm locales/de_DE.ts locales/main_en.ts locales/bin/es_ES.qm locales/es_ES.ts - images/logo.png + images/RWA-logo.png images/into-clipboard.svg + src/main.qml src/main.cpp src/main_qmladaptor.cpp src/main_qmladaptor.h @@ -16,8 +16,13 @@ src/RWADBusAdaptor.h src/session.cpp src/session.h - ToastManager.qml - Toast.qml + src/scenes/Scene_remote_control.qml + src/scenes/Scene_remote_view.qml + src/scenes/Scene_settings.qml + src/scenes/Scene_placeholder.qml + src/ListItem.qml + src/ToastManager.qml + src/Toast.qml qtquickcontrols2.conf -- cgit v1.2.3