diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2021-06-14 19:09:53 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2021-06-14 19:13:14 +0200 |
| commit | 8d57bfb1aef3b71557bc408154ee028751fd688e (patch) | |
| tree | 22ee6eaa22a3cfc7dfd4f938be16a6e28d7eaf1f /icons.qrc | |
First commit
There was history before but now there is no more.
Diffstat (limited to 'icons.qrc')
| -rw-r--r-- | icons.qrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/icons.qrc b/icons.qrc new file mode 100644 index 0000000..81773a5 --- /dev/null +++ b/icons.qrc @@ -0,0 +1,15 @@ +<!-- SPDX-License-Identifier: Unlicense --> +<RCC> + <qresource prefix="/"> + <file>icons/breeze/index.theme</file> + <file>icons/breeze/actions/symbolic/document-open.svg</file> + <file>icons/breeze/actions/symbolic/document-save.svg</file> + <file>icons/breeze/actions/symbolic/edit-clear.svg</file> + <file>icons/breeze/actions/symbolic/edit-delete.svg</file> + <file>icons/breeze/actions/symbolic/media-playback-pause.svg</file> + <file>icons/breeze/status/symbolic/audio-volume-high.svg</file> + <file>icons/breeze/status/symbolic/audio-volume-low.svg</file> + <file>icons/breeze/status/symbolic/audio-volume-medium.svg</file> + <file>icons/breeze/status/symbolic/audio-volume-muted.svg</file> + </qresource> +</RCC> |
