summaryrefslogtreecommitdiff
path: root/src/extras
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-18 16:40:54 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-19 17:39:50 +0000
commit20bd6bd5fa7555b0574c244ead70c4750c378593 (patch)
treef1881bcfa6d6ad599e278c7a14ca499239293ddd /src/extras
parent1f43929b49b7d5a17e27be6c15d909664ef18428 (diff)
downloadqtquickcontrols-20bd6bd5fa7555b0574c244ead70c4750c378593.tar.gz
Exclude the Designer extras from the translation.
Prevent the translatable strings from the Designer specifics subdirectory from showing up in the translation files qtquickcontrols_<lang>.ts and thus translations loaded at runtime. Change-Id: I87b18a5ef7ed4b547dca9c738ffafe665e089235 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/extras')
-rw-r--r--src/extras/extras.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extras/extras.pro b/src/extras/extras.pro
index dacadf1f..a0c3e5b2 100644
--- a/src/extras/extras.pro
+++ b/src/extras/extras.pro
@@ -35,5 +35,7 @@ OTHER_FILES += doc/src/*
RESOURCES += extras.qrc
+TR_EXCLUDE += designer/*
+
CONFIG += no_cxx_module
load(qml_plugin)