summaryrefslogtreecommitdiff
path: root/core/settings
Side-by-side diff
Diffstat (limited to 'core/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/citytime/citytime.pro28
-rw-r--r--core/settings/light-and-power/light-and-power.pro20
-rw-r--r--core/settings/security/security.pro28
3 files changed, 42 insertions, 34 deletions
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 11a135d..4b0b3ff 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -7,20 +7,20 @@ HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h
SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp
TARGET = citytime
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
-TRANSLATIONS = ../i18n/de/citytime.ts
-TRANSLATIONS += ../i18n/es/citytime.ts
-TRANSLATIONS += ../i18n/pt/citytime.ts
-TRANSLATIONS += ../i18n/pt_BR/citytime.ts
-TRANSLATIONS += ../i18n/en/citytime.ts
-TRANSLATIONS += ../i18n/hu/citytime.ts
-TRANSLATIONS += ../i18n/ja/citytime.ts
-TRANSLATIONS += ../i18n/ko/citytime.ts
-TRANSLATIONS += ../i18n/pl/citytime.ts
-TRANSLATIONS += ../i18n/fr/citytime.ts
-TRANSLATIONS += ../i18n/sl/citytime.ts
-TRANSLATIONS += ../i18n/no/citytime.ts
-TRANSLATIONS += ../i18n/zh_CN/citytime.ts
-TRANSLATIONS += ../i18n/zh_TW/citytime.ts
+TRANSLATIONS = ../../../i18n/de/citytime.ts \
+ ../../../i18n/en/citytime.ts \
+ ../../../i18n/es/citytime.ts \
+ ../../../i18n/fr/citytime.ts \
+ ../../../i18n/hu/citytime.ts \
+ ../../../i18n/ja/citytime.ts \
+ ../../../i18n/ko/citytime.ts \
+ ../../../i18n/no/citytime.ts \
+ ../../../i18n/pl/citytime.ts \
+ ../../../i18n/pt/citytime.ts \
+ ../../../i18n/pt_BR/citytime.ts \
+ ../../../i18n/sl/citytime.ts \
+ ../../../i18n/zh_CN/citytime.ts \
+ ../../../i18n/zh_TW/citytime.ts
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index eb4a0db..456415b 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -6,12 +6,20 @@ SOURCES = light.cpp main.cpp
INTERFACES = lightsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = light-and-power
-TRANSLATIONS = ../../i18n/de/light-and-power.ts
-TRANSLATIONS += ../../i18n/es/light-and-power.ts
-TRANSLATIONS += ../../i18n/pt/light-and-power.ts
-TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
-TRANSLATIONS += ../../i18n/pl/light-and-power.ts
-TRANSLATIONS += ../../i18n/fr/light-and-power.ts
+TRANSLATIONS = ../../../i18n/de/light-and-power.ts \
+ ../../../i18n/en/light-and-power.ts \
+ ../../../i18n/es/light-and-power.ts \
+ ../../../i18n/fr/light-and-power.ts \
+ ../../../i18n/hu/light-and-power.ts \
+ ../../../i18n/ja/light-and-power.ts \
+ ../../../i18n/ko/light-and-power.ts \
+ ../../../i18n/no/light-and-power.ts \
+ ../../../i18n/pl/light-and-power.ts \
+ ../../../i18n/pt/light-and-power.ts \
+ ../../../i18n/pt_BR/light-and-power.ts \
+ ../../../i18n/sl/light-and-power.ts \
+ ../../../i18n/zh_CN/light-and-power.ts \
+ ../../../i18n/zh_TW/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 6b28485..2c815f0 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -6,20 +6,20 @@ SOURCES = security.cpp main.cpp
INTERFACES = securitybase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = security
-TRANSLATIONS = ../../i18n/pt_BR/security.ts
-TRANSLATIONS += ../../i18n/es/security.ts
-TRANSLATIONS += ../../i18n/pt/security.ts
-TRANSLATIONS += ../../i18n/de/security.ts
-TRANSLATIONS += ../../i18n/en/security.ts
-TRANSLATIONS += ../../i18n/hu/security.ts
-TRANSLATIONS += ../../i18n/sl/security.ts
-TRANSLATIONS += ../../i18n/ja/security.ts
-TRANSLATIONS += ../../i18n/ko/security.ts
-TRANSLATIONS += ../../i18n/pl/security.ts
-TRANSLATIONS += ../../i18n/no/security.ts
-TRANSLATIONS += ../../i18n/zh_CN/security.ts
-TRANSLATIONS += ../../i18n/zh_TW/security.ts
-TRANSLATIONS += ../../i18n/fr/security.ts
+TRANSLATIONS = ../../../i18n/de/security.ts \
+ ../../../i18n/en/security.ts \
+ ../../../i18n/es/security.ts \
+ ../../../i18n/fr/security.ts \
+ ../../../i18n/hu/security.ts \
+ ../../../i18n/ja/security.ts \
+ ../../../i18n/ko/security.ts \
+ ../../../i18n/no/security.ts \
+ ../../../i18n/pl/security.ts \
+ ../../../i18n/pt/security.ts \
+ ../../../i18n/pt_BR/security.ts \
+ ../../../i18n/sl/security.ts \
+ ../../../i18n/zh_CN/security.ts \
+ ../../../i18n/zh_TW/security.ts