mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-06 13:17:58 +03:00
2abd3e7565
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
11 lines
219 B
Meson
11 lines
219 B
Meson
icons = files(
|
|
'vm_clone_wizard.png',
|
|
'vm_delete_wizard.png',
|
|
'vm_import_wizard.png',
|
|
'vm_new_wizard.png',
|
|
)
|
|
|
|
foreach icon : icons
|
|
install_icons += {'file': icon, 'size': '48x48', 'cat': 'actions'}
|
|
endforeach
|