aboutsummaryrefslogtreecommitdiff
path: root/po/meson.build
blob: 1387fd979aa3df7abb8e33743f3de19570fc05fb (plain)
1
2
3
4
5
6
7
i18n = import('i18n')

if get_option('gettext')
  i18n.gettext(meson.project_name(),
               args: '--msgid-bugs-address=qemu-devel@nongnu.org',
               preset: 'glib')
endif