diff options
Diffstat (limited to 'data/simple-scan.gresource.xml')
-rw-r--r-- | data/simple-scan.gresource.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/simple-scan.gresource.xml b/data/simple-scan.gresource.xml new file mode 100644 index 0000000..b913b39 --- /dev/null +++ b/data/simple-scan.gresource.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/SimpleScan"> + <file preprocess="xml-stripblanks">ui/app-window.ui</file> + <file preprocess="xml-stripblanks">ui/preferences-dialog.ui</file> + <file preprocess="xml-stripblanks">ui/authorize-dialog.ui</file> + <file preprocess="xml-stripblanks" alias="gtk/help-overlay.ui">ui/help-overlay.ui</file> + + <file preprocess="xml-stripblanks">icons/scalable/actions/scan-type-adf-symbolic.svg</file> + <file preprocess="xml-stripblanks">icons/scalable/actions/scan-type-batch-symbolic.svg</file> + <file preprocess="xml-stripblanks">icons/scalable/actions/crop-symbolic.svg</file> + </gresource> +</gresources> |