aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-08-24 13:27:57 +0200
committerThomas White <taw@physics.org>2022-08-24 13:56:06 +0200
commit606d42de1570307bf39e8955cc56d074c5f855d3 (patch)
tree6b962b91653172d50fdf78e2660f9b9d1791a076 /meson.build
parent4464b2fc8d2840d489a839e4973fab1e71144efc (diff)
GUI: Add custom task icons
Previously, the task buttons used stock icons chosen to approximately fit the task when displayed with the icon theme on my computers. But they don't fit so well in other themes, and sometimes no icon is shown at all. So, now they have their own icons, specifically designed for CrystFEL. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/9
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build11
1 files changed, 10 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4f97d8ce..2eabaea4 100644
--- a/meson.build
+++ b/meson.build
@@ -267,7 +267,16 @@ simulation_bits = files(['src/diffraction.c',
# ************************ Misc resources ************************
-install_data(['data/crystfel.svg'],
+install_data(['data/crystfel.svg',
+ 'data/crystfel-load-data.svg',
+ 'data/crystfel-peak-detection.svg',
+ 'data/crystfel-index-frame.svg',
+ 'data/crystfel-index-all.svg',
+ 'data/crystfel-unitcell.svg',
+ 'data/crystfel-ambiguity.svg',
+ 'data/crystfel-merge.svg',
+ 'data/crystfel-fom.svg',
+ 'data/crystfel-export.svg' ],
install_dir: get_option('datadir')+'/icons/hicolor/scalable/apps')