aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/translations.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-11-13 15:04:29 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-11-14 09:27:04 +0100
commit267ffecb4b08d6028c2884f3c3398b741b619954 (patch)
tree4359cd28120e9ebf25864130db85cd0dcfd42c57 /share/qtcreator/translations/translations.pro
parentf934de5832831762779817df37ca49dac48abbd7 (diff)
Translations: Recover translations from "Plain application" wizards.
Change-Id: If10d13a6ce540901def95d9a1cb7c5cb8ac911eb Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qtcreator/translations/translations.pro')
-rw-r--r--share/qtcreator/translations/translations.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/translations/translations.pro b/share/qtcreator/translations/translations.pro
index 4b017a29e1..fd55debde3 100644
--- a/share/qtcreator/translations/translations.pro
+++ b/share/qtcreator/translations/translations.pro
@@ -28,7 +28,7 @@ EXTERNALTOOLS_TR_H = $$OUT_PWD/externaltools_tr.h
for(dir, $$list($$files($$IDE_SOURCE_TREE/src/plugins/*))):MIMETYPES_FILES += $$files($$dir/*.mimetypes.xml)
MIMETYPES_FILES = \"$$join(MIMETYPES_FILES, |)\"
-for(dir, $$list($$files($$IDE_SOURCE_TREE/share/qtcreator/templates/wizards/*))):CUSTOMWIZARD_FILES += $$files($$dir/wizard.xml)
+for(dir, $$list($$files($$IDE_SOURCE_TREE/share/qtcreator/templates/wizards/*, true))):CUSTOMWIZARD_FILES += $$files($$dir/wizard.xml)
CUSTOMWIZARD_FILES = \"$$join(CUSTOMWIZARD_FILES, |)\"
for(dir, $$list($$files($$IDE_SOURCE_TREE/share/qtcreator/templates/qml/*))):QMLWIZARD_FILES += $$files($$dir/template.xml)