diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-12-03 23:36:35 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-20 17:50:36 +0000 |
commit | 5517a6540e5f5e37ea15b74d7ad9d41bf3ca3297 (patch) | |
tree | 81d979036c5eba7ab9eb4ce46661d3cbe96d4189 /app/voice/voice.qrc | |
parent | 0a12218c21b31a870e0cb2cd8a4d5b0d6924e119 (diff) |
voice: add voice agents settings page
Bug-AGL: SPEC-2981
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I8eb6ae44db10039197da406446b5057ae9cb3b50
(cherry picked from commit 32872aa68ef8caa98ead052b91151fbed560e2bb)
Diffstat (limited to 'app/voice/voice.qrc')
-rw-r--r-- | app/voice/voice.qrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/voice/voice.qrc b/app/voice/voice.qrc new file mode 100644 index 0000000..8b05e91 --- /dev/null +++ b/app/voice/voice.qrc @@ -0,0 +1,7 @@ +<RCC> + <qresource prefix="/voice"> + <file>Voice.qml</file> + <file>ConfigDialog.qml</file> + <file>images/HMI_Settings_VoiceIcon.svg</file> + </qresource> +</RCC> |