author | kergoth <kergoth> | 2002-03-19 02:38:30 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-19 02:38:30 (UTC) |
commit | 0097a3253cae1c440a9d10c1dec261f10023195b (patch) (unidiff) | |
tree | 227bcf958e90799f9482706fc6ad03fc3e90a217 /inputmethods | |
parent | 7e0f49c9973bb2769afbd1fe2b70da093f200c03 (diff) | |
download | opie-0097a3253cae1c440a9d10c1dec261f10023195b.zip opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.gz opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.bz2 |
TRANSLATION variable brokenness.
-rw-r--r-- | inputmethods/dvorak/dvorak.pro | 5 | ||||
-rw-r--r-- | inputmethods/handwriting/handwriting.pro | 5 | ||||
-rw-r--r-- | inputmethods/keyboard/keyboard.pro | 5 | ||||
-rw-r--r-- | inputmethods/pickboard/pickboard.pro | 4 | ||||
-rw-r--r-- | inputmethods/unikeyboard/unikeyboard.pro | 4 |
5 files changed, 10 insertions, 13 deletions
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 9b4f9f5..7306dc1 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -15,6 +15,5 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | |||
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | TRANSLATIONS += ../../i18n/de/libqdvorak.ts | 18 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts |
19 | TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts | 19 | TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts |
20 | |||
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index e7705d9..3b4fcff 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -30,6 +30,5 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | |||
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS += ../../i18n/de/libqhandwriting.ts | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts |
34 | TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts | 34 | TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts |
35 | |||
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index eb653a7..ed97c23 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -15,6 +15,5 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | |||
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | TRANSLATIONS += ../../i18n/de/libqkeyboard.ts | 18 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts |
19 | TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts | 19 | TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts |
20 | |||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index f57016a..a4026f1 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -9,5 +9,5 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS += ../../i18n/de/libqpickboard.ts | 12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts |
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index bea1ce3..b08dd80 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -9,5 +9,5 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts | 12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts |