diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 18:55:58 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-03-01 00:09:50 +0000 |
commit | 9f227dc72607106641269560608b0297358adfa8 (patch) | |
tree | 4906277254f1b701f6d0c892f1477c0f56bcc93c /app/images/images.qrc | |
parent | c2172e13a8209638731e3f921833cc38ada03702 (diff) |
Import latest Chinook code from CES2017 repo
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/images/images.qrc')
-rw-r--r-- | app/images/images.qrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/images/images.qrc b/app/images/images.qrc new file mode 100644 index 0000000..9161221 --- /dev/null +++ b/app/images/images.qrc @@ -0,0 +1,12 @@ +<RCC> + <qresource prefix="/images"> + <file>AGL_MediaPlayer_BackArrow.svg</file> + <file>AGL_MediaPlayer_ForwardArrow.svg</file> + <file>AGL_MediaPlayer_Player_Pause.svg</file> + <file>AGL_MediaPlayer_Player_Play.svg</file> + <file>FM_Icons_AM.svg</file> + <file>FM_Icons_FM.svg</file> + <file>HMI_Radio_Equalizer.svg</file> + <file>Radio_Active_Icon.svg</file> + </qresource> +</RCC> |