From 267ffecb4b08d6028c2884f3c3398b741b619954 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 13 Nov 2013 15:04:29 +0100 Subject: Translations: Recover translations from "Plain application" wizards. Change-Id: If10d13a6ce540901def95d9a1cb7c5cb8ac911eb Reviewed-by: Joerg Bornemann --- share/qtcreator/translations/translations.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/qtcreator/translations/translations.pro') diff --git a/share/qtcreator/translations/translations.pro b/share/qtcreator/translations/translations.pro index 4b017a29e1a..fd55debde3c 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) -- cgit v1.2.3