]> git.proxmox.com Git - mirror_qemu.git/blame - po/meson.build
tests/qtest: add support for callback to receive QMP events
[mirror_qemu.git] / po / meson.build
CommitLineData
e8f3bd71
MAL
1i18n = import('i18n')
2
0e8e77d4 3if find_program('xgettext', required: get_option('gettext')).found()
e8f3bd71
MAL
4 i18n.gettext(meson.project_name(),
5 args: '--msgid-bugs-address=qemu-devel@nongnu.org',
6 preset: 'glib')
7endif