diff options
author | Thomas White <taw@physics.org> | 2022-08-24 13:27:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-08-24 13:56:06 +0200 |
commit | 606d42de1570307bf39e8955cc56d074c5f855d3 (patch) | |
tree | 6b962b91653172d50fdf78e2660f9b9d1791a076 /CMakeLists.txt | |
parent | 4464b2fc8d2840d489a839e4973fab1e71144efc (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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7702e643..bc1d0e24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,6 +161,15 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/scripts # Misc resources install(FILES ${CMAKE_SOURCE_DIR}/data/crystfel.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-load-data.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-peak-detection.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-index-frame.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-index-all.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-unitcell.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-ambiguity.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-merge.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-fom.svg + ${CMAKE_SOURCE_DIR}/data/crystfel-export.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps) # ---------------------------------------------------------------------- |