diff options
Diffstat (limited to 'src/siglo.gresource.xml')
-rw-r--r-- | src/siglo.gresource.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/siglo.gresource.xml b/src/siglo.gresource.xml new file mode 100644 index 0000000..2c769e8 --- /dev/null +++ b/src/siglo.gresource.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/com/github/theironrobin/siglo"> + <file>window.ui</file> + <file>watch.svg</file> + <file>watch-icon.svg</file> + <file>watch-check.svg</file> + <file>watch-progress.svg</file> + <file>watch-error.svg</file> + </gresource> +</gresources> |