From a88178967683b48fdc96e8e703d61a784892d0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Tue, 15 Jan 2013 22:20:38 +0100 Subject: [PATCH] po: detect Boost format strings. It would be nice to use the --qt option as well, but is is exclusive with --boost. So we use only --boost, which cannot give false positives with Qt strings... --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index bf6c3b2..eff53e6 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_q --keyword=Q_ --language=C++ --from-code=utf-8 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_q --keyword=Q_ --language=C++ --from-code=utf-8 --boost # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding