diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 23:14:21 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 23:14:21 +0200 |
| commit | 3aed883402dc8da829fc304434c5efd0570cbb97 (patch) | |
| tree | 48c46ab087a950d80f78819ceb609e93d246b040 /src/icons.qrc | |
| parent | 44e85dce678e7e36f436a6d0a25c212c9a2d3657 (diff) | |
| download | kristall-3aed883402dc8da829fc304434c5efd0570cbb97.tar.gz | |
Moves source code into subdirectory.
Diffstat (limited to 'src/icons.qrc')
| -rw-r--r-- | src/icons.qrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/icons.qrc b/src/icons.qrc new file mode 100644 index 0000000..a0daae0 --- /dev/null +++ b/src/icons.qrc @@ -0,0 +1,15 @@ +<RCC> + <qresource prefix="/"> + <file>icons/arrow-left.svg</file> + <file>icons/arrow-right.svg</file> + <file>icons/heart-outline.svg</file> + <file>icons/heart.svg</file> + <file>icons/menu.svg</file> + <file>icons/refresh.svg</file> + <file>icons/close.svg</file> + <file>icons/format-font.svg</file> + <file>icons/palette.svg</file> + <file>icons/kristall.svg</file> + <file>icons/settings.svg</file> + </qresource> +</RCC> |
