diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-02-18 16:40:54 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-02-19 17:39:50 +0000 |
commit | 20bd6bd5fa7555b0574c244ead70c4750c378593 (patch) | |
tree | f1881bcfa6d6ad599e278c7a14ca499239293ddd /src/extras/extras.pro | |
parent | 1f43929b49b7d5a17e27be6c15d909664ef18428 (diff) | |
download | qtquickcontrols-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/extras.pro')
-rw-r--r-- | src/extras/extras.pro | 2 |
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) |