summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-08-29 21:56:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-02 17:04:31 +0200
commit25e4141213098e2358d6bfb3987195656f1b8064 (patch)
treed697af5fd568c3bbac19e0994b06e50fdde1872f
parentfcac33167b4194b91d3741c26593338fe5801af4 (diff)
downloadqtscript-25e4141213098e2358d6bfb3987195656f1b8064.tar.gz
exclude WebKit/JavaScriptCore from lupdate scan
there is no point in scanning it, and it's incredibly slow. Change-Id: Ife2fe879b8285f18bb714804c532a68ed64f84d8 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--src/script/script.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/script.pro b/src/script/script.pro
index 03a9da1..49b6ded 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -78,3 +78,5 @@ integrity {
# WebKit doesn't compile in C++0x mode
*-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x
CONFIG -= c++11
+
+TR_EXCLUDE = $$WEBKITDIR/*