33 files changed, 41 insertions, 46 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index d139e58..4186dc8 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -8,6 +8,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS += ../../i18n/de/libbatteryapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/libbatteryapplet.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts |
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index 0397340..68621f0 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -8,6 +8,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS += ../../i18n/de/libclockapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libclockapplet.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/libclockapplet.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts |
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index c5b764b..f27d2d6 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -8,6 +8,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS += ../../i18n/de/libvolumeapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/libvolumeapplet.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 05b196f..3efae65 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -9,5 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts | 12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts |
13 | TRANSLATIONS = ../i18n/pt_BR/helpbrowser.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts |
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 7321aa3..29eaea7 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -109,5 +109,5 @@ TARGET = qpe | |||
109 | 109 | ||
110 | LIBS += -lqpe -lcrypt | 110 | LIBS += -lqpe -lcrypt |
111 | 111 | ||
112 | TRANSLATIONS = ../i18n/de/qpe.ts | 112 | TRANSLATIONS = ../i18n/de/qpe.ts |
113 | TRANSLATIONS = ../i18n/pt_BR/qpe.ts | 113 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts |
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index 58cb34b..b9e9ffe 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro | |||
@@ -22,5 +22,5 @@ LIBS += -lqpe -lpthread | |||
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | 24 | ||
25 | TRANSLATIONS = ../i18n/de/mpegplayer.ts | 25 | TRANSLATIONS = ../i18n/de/mpegplayer.ts |
26 | TRANSLATIONS = ../i18n/pt_BR/mpegplayer.ts | 26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index e1ab94a..31de2a3 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -19,5 +19,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
19 | DEPENDPATH+= $(OPIEDIR)/include | 19 | DEPENDPATH+= $(OPIEDIR)/include |
20 | LIBS += -lqpe | 20 | LIBS += -lqpe |
21 | 21 | ||
22 | TRANSLATIONS = ../i18n/de/addressbook.ts | 22 | TRANSLATIONS = ../i18n/de/addressbook.ts |
23 | TRANSLATIONS = ../i18n/pt_BR/addressbook.ts | 23 | TRANSLATIONS += ../i18n/pt_BR/addressbook.ts |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 416bae0..314a56a 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -39,5 +39,5 @@ LIBS += -lqpe | |||
39 | 39 | ||
40 | TARGET = datebook | 40 | TARGET = datebook |
41 | 41 | ||
42 | TRANSLATIONS = ../i18n/de/datebook.ts | 42 | TRANSLATIONS = ../i18n/de/datebook.ts |
43 | TRANSLATIONS = ../i18n/pt_BR/datebook.ts | 43 | TRANSLATIONS += ../i18n/pt_BR/datebook.ts |
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 1cdf795..18f70fe 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -16,5 +16,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe | 17 | LIBS += -lqpe |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/todolist.ts | 19 | TRANSLATIONS = ../i18n/de/todolist.ts |
20 | TRANSLATIONS = ../i18n/pt_BR/todolist.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/todolist.ts |
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 01dc6c9..5bee085 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -10,5 +10,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/citytime.ts | 13 | TRANSLATIONS = ../i18n/de/citytime.ts |
14 | TRANSLATIONS = ../i18n/pt_BR/citytime.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/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 0465bfb..6e26c4c 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -9,5 +9,5 @@ DEPENDPATH += ../$(OPIEDIR)/include | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/light-and-power.ts | 12 | TRANSLATIONS = ../../i18n/de/light-and-power.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/light-and-power.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index b67fe6d..fd68b4a 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -9,5 +9,5 @@ DEPENDPATH += ../$(OPIEDIR)/include | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/security.ts | 12 | TRANSLATIONS = ../../i18n/de/security.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/security.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/security.ts |
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 | |||
@@ -14,7 +14,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 14 | 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 | |||
@@ -29,7 +29,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 29 | 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 | |||
@@ -14,7 +14,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 14 | 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 | |||
@@ -8,6 +8,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 8 | 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 | |||
@@ -8,6 +8,6 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 8 | 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 |
diff --git a/library/library.pro b/library/library.pro index 4352e6a..a467c8b 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -127,5 +127,5 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK) | |||
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS = ../i18n/pt_BR/libqpe.ts | 131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index cba2400..9fc50e7 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -16,6 +16,5 @@ DEPENDPATH += $(OPIEDIR)/include | |||
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/go.ts | 19 | TRANSLATIONS = ../i18n/de/go.ts |
20 | TRANSLATIONS = ../i18n/pt_BR/go.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/go.ts |
21 | |||
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 95c4b98..330452a 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -9,6 +9,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts | 12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts |
13 | TRANSLATIONS = ../i18n/pt_BR/mindbreaker.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts |
14 | |||
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 8a34551..00c8c92 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -11,5 +11,5 @@ DEPENDPATH += $(OPIEDIR)/include | |||
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | TRANSLATIONS = ../i18n/de/minesweep.ts | 14 | TRANSLATIONS = ../i18n/de/minesweep.ts |
15 | TRANSLATIONS = ../i18n/pt_BR/minesweep.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index ad77985..bd2b54a 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -8,5 +8,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/parashoot.ts | 11 | TRANSLATIONS = ../i18n/de/parashoot.ts |
12 | TRANSLATIONS = ../i18n/pt_BR/parashoot.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 3f91cdb..7fd8bdb 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -8,5 +8,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/qasteroids.ts | 11 | TRANSLATIONS = ../i18n/de/qasteroids.ts |
12 | TRANSLATIONS = ../i18n/pt_BR/qasteroids.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index dcbf1ee..8971454 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -8,5 +8,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/snake.ts | 11 | TRANSLATIONS = ../i18n/de/snake.ts |
12 | TRANSLATIONS = ../i18n/pt_BR/snake.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 698c607..96cee06 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -15,5 +15,5 @@ LIBS += -lqpe | |||
15 | 15 | ||
16 | REQUIRES= patience | 16 | REQUIRES= patience |
17 | 17 | ||
18 | TRANSLATIONS = ../i18n/de/patience.ts | 18 | TRANSLATIONS = ../i18n/de/patience.ts |
19 | TRANSLATIONS = ../i18n/pt_BR/patience.ts | 19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 7ae06ad..15ebe31 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -10,5 +10,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/wordgame.ts | 13 | TRANSLATIONS = ../i18n/de/wordgame.ts |
14 | TRANSLATIONS = ../i18n/pt_BR/wordgame.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/wordgame.ts |
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index f98e0fc..da1ab6f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -16,5 +16,5 @@ LIBS += -lqpe | |||
16 | 16 | ||
17 | REQUIRES = showimg | 17 | REQUIRES = showimg |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/showimg.ts | 19 | TRANSLATIONS = ../i18n/de/showimg.ts |
20 | TRANSLATIONS = ../i18n/pt_BR/showimg.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/showimg.ts |
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index a1d54f8..dafc3b9 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -9,5 +9,5 @@ DEPENDPATH += ../$(OPIEDIR)/include | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/language.ts | 12 | TRANSLATIONS = ../../i18n/de/language.ts |
13 | TRANSLATIONS = ../../i18n/pt_BR/language.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/language.ts |
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 95278ee..0372931 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -26,5 +26,5 @@ LIBS += -lqpe | |||
26 | 26 | ||
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../i18n/de/sysinfo.ts | 29 | TRANSLATIONS = ../i18n/de/sysinfo.ts |
30 | TRANSLATIONS = ../i18n/pt_BR/sysinfo.ts | 30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index b5d37e1..28cc53a 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -10,5 +10,5 @@ LIBS += -lqpe | |||
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/calculator.ts | 13 | TRANSLATIONS = ../i18n/de/calculator.ts |
14 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/calculator.ts |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index cf64517..9e2b135 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -10,5 +10,5 @@ LIBS += -lqpe | |||
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/clock.ts | 13 | TRANSLATIONS = ../i18n/de/clock.ts |
14 | TRANSLATIONS = ../i18n/pt_BR/clock.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index e9d2b49..174b51b 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -7,5 +7,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TRANSLATIONS = ../i18n/de/filebrowser.ts | 10 | TRANSLATIONS = ../i18n/de/filebrowser.ts |
11 | TRANSLATIONS = ../i18n/pt_BR/filebrowser.ts | 11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts |
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro index 6472fee..0f26bb2 100644 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/noncore/unsupported/oipkg/qipkg.pro | |||
@@ -10,5 +10,5 @@ LIBS += -lqpe | |||
10 | INTERFACES= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui | 10 | INTERFACES= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui |
11 | TARGET = qipkg | 11 | TARGET = qipkg |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/qipkg.ts | 13 | TRANSLATIONS = ../i18n/de/qipkg.ts |
14 | TRANSLATIONS = ../i18n/pt_BR/qipkg.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/qipkg.ts |