From d68230e8c9d22febab24569fd4da8cef94a53484 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roman=20Morav=C4=8D=C3=ADk?= Date: Mon, 6 Aug 2012 14:01:26 +0200 Subject: [PATCH] Fixed instalation of translations --- medard.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/medard.pro b/medard.pro index 8de6325..d1ff750 100644 --- a/medard.pro +++ b/medard.pro @@ -1,8 +1,8 @@ # Add files and directories to ship with the application # by adapting the examples below. -# file1.source = myfile -# dir1.source = mydir -DEPLOYMENTFOLDERS = # file1 dir1 +translations.source = translations/*.qm +translations.target = /share/l10n +DEPLOYMENTFOLDERS = translations symbian:TARGET.UID3 = 0xE119EAAE @@ -21,7 +21,6 @@ symbian:TARGET.CAPABILITY += NetworkServices # MOBILITY variable. # CONFIG += mobility # MOBILITY += -CONFIG += meegotouch QT += network @@ -49,6 +48,7 @@ contains(MEEGO_EDITION,harmattan): { MEEGO_VERSION_MINOR = 2 MEEGO_VERSION_PATCH = 0 DEFINES += MEEGO_EDITION_HARMATTAN + CONFIG += meegotouch } OTHER_FILES += \ -- 1.7.9.5