From 42a6d405e464944bd48a5ebdd6ed9f0b7feb3b1d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 8 Feb 2013 11:21:05 +0100 Subject: exclude bootstrapped tools from lupdate message collection the translation infrastructure is disabled in the bootstrapped tools, so the translations are wasted. Change-Id: Ief5d13f09242e03aaf0d4a3d9b1645f9c7a1ab3a Reviewed-by: Friedemann Kleint --- src/tools/tools.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/tools.pro') diff --git a/src/tools/tools.pro b/src/tools/tools.pro index fa9ed54c50..c3a9ea228e 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -41,3 +41,5 @@ SUBDIRS = $$TOOLS_SUBDIRS bootstrap_prepare_docs.depends += $${src_tools_qdoc.target}-make_first bootstrap_prepare_docs.target = $${src_tools_bootstrap.target}-prepare_docs QMAKE_EXTRA_TARGETS += bootstrap_prepare_docs + +TR_EXCLUDE += $$PWD/* -- cgit v1.2.3