diff options
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> |