summaryrefslogtreecommitdiffstats
path: root/installerbuilder
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-02-07 14:06:07 +0100
committerNiels Weber <niels.2.weber@nokia.com>2012-02-07 15:58:39 +0100
commit9473be1eee7159c7bff000d06908296de9f4d52c (patch)
tree9539bbfbc3a8822bbcc8ab78c00b6817e2e64401 /installerbuilder
parent9b9a2f1733292e8b3ee203e3a28f7d532b8034e6 (diff)
move translation to installerbuilder pro file
Change-Id: I365f4f9537c1a72f50a6ffe64c7cf198ad598aee Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder')
-rw-r--r--installerbuilder/installerbuilder.pro2
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro5
2 files changed, 2 insertions, 5 deletions
diff --git a/installerbuilder/installerbuilder.pro b/installerbuilder/installerbuilder.pro
index d2e41b271..efed02013 100644
--- a/installerbuilder/installerbuilder.pro
+++ b/installerbuilder/installerbuilder.pro
@@ -8,3 +8,5 @@ test.target=test
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test
+TRANSLATIONS += installerbase/translations/de_de.ts \
+ installerbase/translations/sv_se.ts
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
index bcf64b026..49fca7b20 100644
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ b/installerbuilder/libinstaller/libinstaller.pro
@@ -197,10 +197,5 @@ CONFIG( shared, static|shared ): {
macx: LIBS += -framework Security
-TRANSLATIONS += translations/de_de.ts \
- translations/sv_se.ts
-
RESOURCES += ../common/openssl.qrc \
resources/patch_file_lists.qrc
-
-