-rw-r--r-- | noncore/tools/opie-sh/opie-sh.pro | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 0ffb2e2..e96aedc 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro @@ -7,4 +7,20 @@ INCLUDEPATH +=$(OPIEDIR)/include DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = opie-sh -TRANSLATIONS = ../../i18n/pt/opie-sh.ts + + +TRANSLATIONS = ../../../i18n/de/opie-sh.ts +TRANSLATIONS += ../../../i18n/en/opie-sh.ts +TRANSLATIONS += ../../../i18n/es/opie-sh.ts +TRANSLATIONS += ../../../i18n/fr/opie-sh.ts +TRANSLATIONS += ../../../i18n/hu/opie-sh.ts +TRANSLATIONS += ../../../i18n/ja/opie-sh.ts +TRANSLATIONS += ../../../i18n/ko/opie-sh.ts +TRANSLATIONS += ../../../i18n/no/opie-sh.ts +TRANSLATIONS += ../../../i18n/pl/opie-sh.ts +TRANSLATIONS += ../../../i18n/pt/opie-sh.ts +TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts +TRANSLATIONS += ../../../i18n/sl/opie-sh.ts +TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts +TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts + |