summaryrefslogtreecommitdiff
path: root/noncore/tools
Side-by-side diff
Diffstat (limited to 'noncore/tools') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro33
-rw-r--r--noncore/tools/calc2/calc.pro33
-rw-r--r--noncore/tools/calc2/simple/simple.pro33
-rw-r--r--noncore/tools/calculator/calculator.pro31
-rw-r--r--noncore/tools/clock/clock.pro31
-rw-r--r--noncore/tools/formatter/formatter.pro30
-rw-r--r--noncore/tools/opie-sh/opie-sh.pro30
-rw-r--r--noncore/tools/remote/remote.pro30
8 files changed, 112 insertions, 139 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 1db454e..cf83612 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -3,3 +3,2 @@ CONFIG -= moc
CONFIG += qt release
-
# Input
@@ -10,3 +9,2 @@ SOURCES = binaryimpl.cpp \
binaryfactory.cpp
-
INCLUDEPATH += $(OPIEDIR)/include \
@@ -14,20 +12,17 @@ INCLUDEPATH += $(OPIEDIR)/include \
DEPENDPATH += $(OPIEDIR)/include
-
DESTDIR = $(OPIEDIR)/plugins/calculator
-
-TRANSLATIONS = ../../../../i18n/de/lib.ts
-TRANSLATIONS += ../../../../i18n/en/lib.ts
-TRANSLATIONS += ../../../../i18n/es/lib.ts
-TRANSLATIONS += ../../../../i18n/fr/lib.ts
-TRANSLATIONS += ../../../../i18n/hu/lib.ts
-TRANSLATIONS += ../../../../i18n/ja/lib.ts
-TRANSLATIONS += ../../../../i18n/ko/lib.ts
-TRANSLATIONS += ../../../../i18n/no/lib.ts
-TRANSLATIONS += ../../../../i18n/pl/lib.ts
-TRANSLATIONS += ../../../../i18n/pt/lib.ts
-TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
-TRANSLATIONS += ../../../../i18n/sl/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
-
+TRANSLATIONS = ../../../../i18n/de/lib.ts \
+ ../../../../i18n/en/lib.ts \
+ ../../../../i18n/es/lib.ts \
+ ../../../../i18n/fr/lib.ts \
+ ../../../../i18n/hu/lib.ts \
+ ../../../../i18n/ja/lib.ts \
+ ../../../../i18n/ko/lib.ts \
+ ../../../../i18n/no/lib.ts \
+ ../../../../i18n/pl/lib.ts \
+ ../../../../i18n/pt/lib.ts \
+ ../../../../i18n/pt_BR/lib.ts \
+ ../../../../i18n/sl/lib.ts \
+ ../../../../i18n/zh_CN/lib.ts \
+ ../../../../i18n/zh_TW/lib.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 5167f4a..5b58b36 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -2,3 +2,2 @@ TEMPLATE = app
CONFIG += qt release
-
# Input
@@ -6,3 +5,2 @@ HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
SOURCES += calc.cpp main.cpp engine.cpp
-
INCLUDEPATH += $(OPIEDIR)/include
@@ -11,18 +9,15 @@ LIBS += -lqpe -Wl,-export-dynamic
-
-
-TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts
-TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts
-
+TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \
+ ../../../i18n/en/calc.pro.in.ts \
+ ../../../i18n/es/calc.pro.in.ts \
+ ../../../i18n/fr/calc.pro.in.ts \
+ ../../../i18n/hu/calc.pro.in.ts \
+ ../../../i18n/ja/calc.pro.in.ts \
+ ../../../i18n/ko/calc.pro.in.ts \
+ ../../../i18n/no/calc.pro.in.ts \
+ ../../../i18n/pl/calc.pro.in.ts \
+ ../../../i18n/pt/calc.pro.in.ts \
+ ../../../i18n/pt_BR/calc.pro.in.ts \
+ ../../../i18n/sl/calc.pro.in.ts \
+ ../../../i18n/zh_CN/calc.pro.in.ts \
+ ../../../i18n/zh_TW/calc.pro.in.ts
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index b0c8546..148d307 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -3,3 +3,2 @@ CONFIG -= moc
CONFIG += qt release
-
# Input
@@ -8,3 +7,2 @@ HEADERS = simpleimpl.h simplefactory.h stdinstructions.h
SOURCES = simpleimpl.cpp simplefactory.cpp
-
INCLUDEPATH += $(OPIEDIR)/include \
@@ -12,20 +10,17 @@ INCLUDEPATH += $(OPIEDIR)/include \
DEPENDPATH += $(OPIEDIR)/include
-
DESTDIR = $(OPIEDIR)/plugins/calculator
-
-TRANSLATIONS = ../../../../i18n/de/lib.ts
-TRANSLATIONS += ../../../../i18n/en/lib.ts
-TRANSLATIONS += ../../../../i18n/es/lib.ts
-TRANSLATIONS += ../../../../i18n/fr/lib.ts
-TRANSLATIONS += ../../../../i18n/hu/lib.ts
-TRANSLATIONS += ../../../../i18n/ja/lib.ts
-TRANSLATIONS += ../../../../i18n/ko/lib.ts
-TRANSLATIONS += ../../../../i18n/no/lib.ts
-TRANSLATIONS += ../../../../i18n/pl/lib.ts
-TRANSLATIONS += ../../../../i18n/pt/lib.ts
-TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts
-TRANSLATIONS += ../../../../i18n/sl/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts
-TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts
-
+TRANSLATIONS = ../../../../i18n/de/lib.ts \
+ ../../../../i18n/en/lib.ts \
+ ../../../../i18n/es/lib.ts \
+ ../../../../i18n/fr/lib.ts \
+ ../../../../i18n/hu/lib.ts \
+ ../../../../i18n/ja/lib.ts \
+ ../../../../i18n/ko/lib.ts \
+ ../../../../i18n/no/lib.ts \
+ ../../../../i18n/pl/lib.ts \
+ ../../../../i18n/pt/lib.ts \
+ ../../../../i18n/pt_BR/lib.ts \
+ ../../../../i18n/sl/lib.ts \
+ ../../../../i18n/zh_CN/lib.ts \
+ ../../../../i18n/zh_TW/lib.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 1058d98..8ede646 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -12,18 +12,15 @@ TARGET = calculator
-
-
-TRANSLATIONS = ../../../i18n/de/calculator.ts
-TRANSLATIONS += ../../../i18n/en/calculator.ts
-TRANSLATIONS += ../../../i18n/es/calculator.ts
-TRANSLATIONS += ../../../i18n/fr/calculator.ts
-TRANSLATIONS += ../../../i18n/hu/calculator.ts
-TRANSLATIONS += ../../../i18n/ja/calculator.ts
-TRANSLATIONS += ../../../i18n/ko/calculator.ts
-TRANSLATIONS += ../../../i18n/no/calculator.ts
-TRANSLATIONS += ../../../i18n/pl/calculator.ts
-TRANSLATIONS += ../../../i18n/pt/calculator.ts
-TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts
-TRANSLATIONS += ../../../i18n/sl/calculator.ts
-TRANSLATIONS += ../../../i18n/zh_CN/calculator.ts
-TRANSLATIONS += ../../../i18n/zh_TW/calculator.ts
-
+TRANSLATIONS = ../../../i18n/de/calculator.ts \
+ ../../../i18n/en/calculator.ts \
+ ../../../i18n/es/calculator.ts \
+ ../../../i18n/fr/calculator.ts \
+ ../../../i18n/hu/calculator.ts \
+ ../../../i18n/ja/calculator.ts \
+ ../../../i18n/ko/calculator.ts \
+ ../../../i18n/no/calculator.ts \
+ ../../../i18n/pl/calculator.ts \
+ ../../../i18n/pt/calculator.ts \
+ ../../../i18n/pt_BR/calculator.ts \
+ ../../../i18n/sl/calculator.ts \
+ ../../../i18n/zh_CN/calculator.ts \
+ ../../../i18n/zh_TW/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 58d4e74..a61f514 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -12,18 +12,15 @@ TARGET = clock
-
-
-TRANSLATIONS = ../../../i18n/de/clock.ts
-TRANSLATIONS += ../../../i18n/en/clock.ts
-TRANSLATIONS += ../../../i18n/es/clock.ts
-TRANSLATIONS += ../../../i18n/fr/clock.ts
-TRANSLATIONS += ../../../i18n/hu/clock.ts
-TRANSLATIONS += ../../../i18n/ja/clock.ts
-TRANSLATIONS += ../../../i18n/ko/clock.ts
-TRANSLATIONS += ../../../i18n/no/clock.ts
-TRANSLATIONS += ../../../i18n/pl/clock.ts
-TRANSLATIONS += ../../../i18n/pt/clock.ts
-TRANSLATIONS += ../../../i18n/pt_BR/clock.ts
-TRANSLATIONS += ../../../i18n/sl/clock.ts
-TRANSLATIONS += ../../../i18n/zh_CN/clock.ts
-TRANSLATIONS += ../../../i18n/zh_TW/clock.ts
-
+TRANSLATIONS = ../../../i18n/de/clock.ts \
+ ../../../i18n/en/clock.ts \
+ ../../../i18n/es/clock.ts \
+ ../../../i18n/fr/clock.ts \
+ ../../../i18n/hu/clock.ts \
+ ../../../i18n/ja/clock.ts \
+ ../../../i18n/ko/clock.ts \
+ ../../../i18n/no/clock.ts \
+ ../../../i18n/pl/clock.ts \
+ ../../../i18n/pt/clock.ts \
+ ../../../i18n/pt_BR/clock.ts \
+ ../../../i18n/sl/clock.ts \
+ ../../../i18n/zh_CN/clock.ts \
+ ../../../i18n/zh_TW/clock.ts
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro
index feb9bf7..c4f8298 100644
--- a/noncore/tools/formatter/formatter.pro
+++ b/noncore/tools/formatter/formatter.pro
@@ -11,17 +11,15 @@ LIBS += -lqpe
-
-TRANSLATIONS = ../../../i18n/de/formatter.ts
-TRANSLATIONS += ../../../i18n/en/formatter.ts
-TRANSLATIONS += ../../../i18n/es/formatter.ts
-TRANSLATIONS += ../../../i18n/fr/formatter.ts
-TRANSLATIONS += ../../../i18n/hu/formatter.ts
-TRANSLATIONS += ../../../i18n/ja/formatter.ts
-TRANSLATIONS += ../../../i18n/ko/formatter.ts
-TRANSLATIONS += ../../../i18n/no/formatter.ts
-TRANSLATIONS += ../../../i18n/pl/formatter.ts
-TRANSLATIONS += ../../../i18n/pt/formatter.ts
-TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts
-TRANSLATIONS += ../../../i18n/sl/formatter.ts
-TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts
-TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts
-
+TRANSLATIONS = ../../../i18n/de/formatter.ts \
+ ../../../i18n/en/formatter.ts \
+ ../../../i18n/es/formatter.ts \
+ ../../../i18n/fr/formatter.ts \
+ ../../../i18n/hu/formatter.ts \
+ ../../../i18n/ja/formatter.ts \
+ ../../../i18n/ko/formatter.ts \
+ ../../../i18n/no/formatter.ts \
+ ../../../i18n/pl/formatter.ts \
+ ../../../i18n/pt/formatter.ts \
+ ../../../i18n/pt_BR/formatter.ts \
+ ../../../i18n/sl/formatter.ts \
+ ../../../i18n/zh_CN/formatter.ts \
+ ../../../i18n/zh_TW/formatter.ts
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro
index e96aedc..0866f48 100644
--- a/noncore/tools/opie-sh/opie-sh.pro
+++ b/noncore/tools/opie-sh/opie-sh.pro
@@ -10,17 +10,15 @@ TARGET = opie-sh
-
-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
-
+TRANSLATIONS = ../../../i18n/de/opie-sh.ts \
+ ../../../i18n/en/opie-sh.ts \
+ ../../../i18n/es/opie-sh.ts \
+ ../../../i18n/fr/opie-sh.ts \
+ ../../../i18n/hu/opie-sh.ts \
+ ../../../i18n/ja/opie-sh.ts \
+ ../../../i18n/ko/opie-sh.ts \
+ ../../../i18n/no/opie-sh.ts \
+ ../../../i18n/pl/opie-sh.ts \
+ ../../../i18n/pt/opie-sh.ts \
+ ../../../i18n/pt_BR/opie-sh.ts \
+ ../../../i18n/sl/opie-sh.ts \
+ ../../../i18n/zh_CN/opie-sh.ts \
+ ../../../i18n/zh_TW/opie-sh.ts
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro
index 033332d..9cd33d2 100644
--- a/noncore/tools/remote/remote.pro
+++ b/noncore/tools/remote/remote.pro
@@ -10,17 +10,15 @@ TARGET = remote
-
-TRANSLATIONS = ../../../i18n/de/remote.ts
-TRANSLATIONS += ../../../i18n/en/remote.ts
-TRANSLATIONS += ../../../i18n/es/remote.ts
-TRANSLATIONS += ../../../i18n/fr/remote.ts
-TRANSLATIONS += ../../../i18n/hu/remote.ts
-TRANSLATIONS += ../../../i18n/ja/remote.ts
-TRANSLATIONS += ../../../i18n/ko/remote.ts
-TRANSLATIONS += ../../../i18n/no/remote.ts
-TRANSLATIONS += ../../../i18n/pl/remote.ts
-TRANSLATIONS += ../../../i18n/pt/remote.ts
-TRANSLATIONS += ../../../i18n/pt_BR/remote.ts
-TRANSLATIONS += ../../../i18n/sl/remote.ts
-TRANSLATIONS += ../../../i18n/zh_CN/remote.ts
-TRANSLATIONS += ../../../i18n/zh_TW/remote.ts
-
+TRANSLATIONS = ../../../i18n/de/remote.ts \
+ ../../../i18n/en/remote.ts \
+ ../../../i18n/es/remote.ts \
+ ../../../i18n/fr/remote.ts \
+ ../../../i18n/hu/remote.ts \
+ ../../../i18n/ja/remote.ts \
+ ../../../i18n/ko/remote.ts \
+ ../../../i18n/no/remote.ts \
+ ../../../i18n/pl/remote.ts \
+ ../../../i18n/pt/remote.ts \
+ ../../../i18n/pt_BR/remote.ts \
+ ../../../i18n/sl/remote.ts \
+ ../../../i18n/zh_CN/remote.ts \
+ ../../../i18n/zh_TW/remote.ts