summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dictionary/dictionary.pro1
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro2
-rw-r--r--noncore/comm/keypebble/keypebble.pro2
-rw-r--r--noncore/games/chess/chess.pro2
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/kcheckers/kcheckers.pro2
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro2
-rw-r--r--noncore/games/minesweep/minesweep.pro2
-rw-r--r--noncore/games/parashoot/parashoot.pro2
-rw-r--r--noncore/games/qasteroids/qasteroids.pro1
-rw-r--r--noncore/games/snake/snake.pro2
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro2
-rw-r--r--noncore/games/tetrix/tetrix.pro2
-rw-r--r--noncore/games/tictac/tictac.pro2
-rw-r--r--noncore/games/wordgame/wordgame.pro2
-rw-r--r--noncore/graphics/drawpad/drawpad.pro2
-rw-r--r--noncore/multimedia/showimg/showimg.pro2
-rw-r--r--noncore/net/opieftp/opieftp.pro2
-rw-r--r--noncore/settings/language/language.pro2
-rw-r--r--noncore/settings/sound/sound.pro2
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro1
-rw-r--r--noncore/tools/calc2/calc.pro2
-rw-r--r--noncore/tools/calculator/calculator.pro2
-rw-r--r--noncore/tools/clock/clock.pro2
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro2
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro2
27 files changed, 51 insertions, 0 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index 71056dc..34c06e3 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -11,12 +11,13 @@ INCLUDEPATH += $(OPIEDIR)/include
11 DEPENDPATH+= $(OPIEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include
12LIBS += -lqpe 12LIBS += -lqpe
13 13
14 TARGET = dictionary 14 TARGET = dictionary
15 15
16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts 16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
17TRANSLATIONS += ../i18n/pt/dictionary.ts
17TRANSLATIONS += ../i18n/de/dictionary.ts 18TRANSLATIONS += ../i18n/de/dictionary.ts
18TRANSLATIONS += ../i18n/en/dictionary.ts 19TRANSLATIONS += ../i18n/en/dictionary.ts
19TRANSLATIONS += ../i18n/hu/dictionary.ts 20TRANSLATIONS += ../i18n/hu/dictionary.ts
20TRANSLATIONS += ../i18n/sl/dictionary.ts 21TRANSLATIONS += ../i18n/sl/dictionary.ts
21TRANSLATIONS += ../i18n/pl/dictionary.ts 22TRANSLATIONS += ../i18n/pl/dictionary.ts
22TRANSLATIONS += ../i18n/fr/dictionary.ts 23TRANSLATIONS += ../i18n/fr/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 407323f..86f6b0e 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -33,12 +33,14 @@ INTERFACES = ui/tvkeyedit_gen.ui
33 TARGET = tableviewer 33 TARGET = tableviewer
34INCLUDEPATH += $(OPIEDIR)/include 34INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36 LIBS += -lqpe 36 LIBS += -lqpe
37 37
38TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts 38TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts
39TRANSLATIONS += ../i18n/es/tableviewer.ts
40TRANSLATIONS += ../i18n/pt/tableviewer.ts
39TRANSLATIONS += ../i18n/en/tableviewer.ts 41TRANSLATIONS += ../i18n/en/tableviewer.ts
40TRANSLATIONS += ../i18n/de/tableviewer.ts 42TRANSLATIONS += ../i18n/de/tableviewer.ts
41TRANSLATIONS += ../i18n/hu/tableviewer.ts 43TRANSLATIONS += ../i18n/hu/tableviewer.ts
42TRANSLATIONS += ../i18n/pl/tableviewer.ts 44TRANSLATIONS += ../i18n/pl/tableviewer.ts
43TRANSLATIONS += ../i18n/ja/tableviewer.ts 45TRANSLATIONS += ../i18n/ja/tableviewer.ts
44TRANSLATIONS += ../i18n/sl/tableviewer.ts 46TRANSLATIONS += ../i18n/sl/tableviewer.ts
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index 45b7635..93b81f9 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -34,12 +34,14 @@ TARGET = keypebble
34 34
35INCLUDEPATH += $(OPIEDIR)/include 35INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 36DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe 37LIBS += -lqpe
38 38
39TRANSLATIONS = ../i18n/pt_BR/keypebble.ts 39TRANSLATIONS = ../i18n/pt_BR/keypebble.ts
40TRANSLATIONS += ../i18n/es/keypebble.ts
41TRANSLATIONS += ../i18n/pt/keypebble.ts
40TRANSLATIONS += ../i18n/de/keypebble.ts 42TRANSLATIONS += ../i18n/de/keypebble.ts
41TRANSLATIONS += ../i18n/en/keypebble.ts 43TRANSLATIONS += ../i18n/en/keypebble.ts
42TRANSLATIONS += ../i18n/hu/keypebble.ts 44TRANSLATIONS += ../i18n/hu/keypebble.ts
43TRANSLATIONS += ../i18n/sl/keypebble.ts 45TRANSLATIONS += ../i18n/sl/keypebble.ts
44TRANSLATIONS += ../i18n/fr/keypebble.ts 46TRANSLATIONS += ../i18n/fr/keypebble.ts
45TRANSLATIONS += ../i18n/pl/keypebble.ts 47TRANSLATIONS += ../i18n/pl/keypebble.ts
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index c18c110..49ecaba 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -11,12 +11,14 @@ INCLUDEPATH += $(OPIEDIR)/include
11 LIBS+= -lqpe 11 LIBS+= -lqpe
12 DBFILE= chess.db 12 DBFILE= chess.db
13 LANGUAGE= C++ 13 LANGUAGE= C++
14 CPP_ALWAYS_CREATE_SOURCE= TRUE 14 CPP_ALWAYS_CREATE_SOURCE= TRUE
15 15
16TRANSLATIONS = ../i18n/pt_BR/chess.ts 16TRANSLATIONS = ../i18n/pt_BR/chess.ts
17TRANSLATIONS += ../i18n/es/chess.ts
18TRANSLATIONS += ../i18n/pt/chess.ts
17TRANSLATIONS += ../i18n/de/chess.ts 19TRANSLATIONS += ../i18n/de/chess.ts
18TRANSLATIONS += ../i18n/en/chess.ts 20TRANSLATIONS += ../i18n/en/chess.ts
19TRANSLATIONS += ../i18n/fr/chess.ts 21TRANSLATIONS += ../i18n/fr/chess.ts
20TRANSLATIONS += ../i18n/pl/chess.ts 22TRANSLATIONS += ../i18n/pl/chess.ts
21TRANSLATIONS += ../i18n/sl/chess.ts 23TRANSLATIONS += ../i18n/sl/chess.ts
22TRANSLATIONS += ../i18n/hu/chess.ts 24TRANSLATIONS += ../i18n/hu/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index ee99799..964b816 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -7,12 +7,14 @@ SOURCES = fifteen.cpp \
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = fifteen 10 TARGET = fifteen
11 11
12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts 12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
13TRANSLATIONS += ../i18n/es/fifteen.ts
14TRANSLATIONS += ../i18n/pt/fifteen.ts
13TRANSLATIONS += ../i18n/de/fifteen.ts 15TRANSLATIONS += ../i18n/de/fifteen.ts
14TRANSLATIONS += ../i18n/en/fifteen.ts 16TRANSLATIONS += ../i18n/en/fifteen.ts
15TRANSLATIONS += ../i18n/hu/fifteen.ts 17TRANSLATIONS += ../i18n/hu/fifteen.ts
16TRANSLATIONS += ../i18n/pl/fifteen.ts 18TRANSLATIONS += ../i18n/pl/fifteen.ts
17TRANSLATIONS += ../i18n/ja/fifteen.ts 19TRANSLATIONS += ../i18n/ja/fifteen.ts
18TRANSLATIONS += ../i18n/sl/fifteen.ts 20TRANSLATIONS += ../i18n/sl/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 6405808..f9084a8 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -14,12 +14,14 @@ SOURCES = amigo.c \
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15 DEPENDPATH+= $(OPIEDIR)/include 15 DEPENDPATH+= $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 TARGET = go 17 TARGET = go
18 18
19TRANSLATIONS = ../i18n/de/go.ts 19TRANSLATIONS = ../i18n/de/go.ts
20TRANSLATIONS += ../i18n/es/go.ts
21TRANSLATIONS += ../i18n/pt/go.ts
20TRANSLATIONS += ../i18n/pt_BR/go.ts 22TRANSLATIONS += ../i18n/pt_BR/go.ts
21TRANSLATIONS += ../i18n/en/go.ts 23TRANSLATIONS += ../i18n/en/go.ts
22TRANSLATIONS += ../i18n/hu/go.ts 24TRANSLATIONS += ../i18n/hu/go.ts
23TRANSLATIONS += ../i18n/ja/go.ts 25TRANSLATIONS += ../i18n/ja/go.ts
24TRANSLATIONS += ../i18n/fr/go.ts 26TRANSLATIONS += ../i18n/fr/go.ts
25TRANSLATIONS += ../i18n/sl/go.ts 27TRANSLATIONS += ../i18n/sl/go.ts
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index 5892d3c..7ed418c 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -15,12 +15,14 @@ INTERFACES =
15 INCLUDEPATH+= $(OPIEDIR)/include 15 INCLUDEPATH+= $(OPIEDIR)/include
16 LIBS += -lqpe 16 LIBS += -lqpe
17 DESTDIR = $(OPIEDIR)/bin 17 DESTDIR = $(OPIEDIR)/bin
18 TARGET = kcheckers 18 TARGET = kcheckers
19 19
20TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts 20TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
21TRANSLATIONS += ../../i18n/es/kcheckers.ts
22TRANSLATIONS += ../../i18n/pt/kcheckers.ts
21TRANSLATIONS += ../../i18n/de/kcheckers.ts 23TRANSLATIONS += ../../i18n/de/kcheckers.ts
22TRANSLATIONS += ../../i18n/en/kcheckers.ts 24TRANSLATIONS += ../../i18n/en/kcheckers.ts
23TRANSLATIONS += ../../i18n/hu/kcheckers.ts 25TRANSLATIONS += ../../i18n/hu/kcheckers.ts
24TRANSLATIONS += ../../i18n/sl/kcheckers.ts 26TRANSLATIONS += ../../i18n/sl/kcheckers.ts
25TRANSLATIONS += ../../i18n/pl/kcheckers.ts 27TRANSLATIONS += ../../i18n/pl/kcheckers.ts
26TRANSLATIONS += ../../i18n/ja/kcheckers.ts 28TRANSLATIONS += ../../i18n/ja/kcheckers.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 6da02a7..5b563ba 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -7,12 +7,14 @@ SOURCES = main.cpp \
7TARGET = mindbreaker 7TARGET = mindbreaker
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../i18n/de/mindbreaker.ts 12TRANSLATIONS = ../i18n/de/mindbreaker.ts
13TRANSLATIONS += ../i18n/es/mindbreaker.ts
14TRANSLATIONS += ../i18n/pt/mindbreaker.ts
13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts 15TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
14TRANSLATIONS += ../i18n/en/mindbreaker.ts 16TRANSLATIONS += ../i18n/en/mindbreaker.ts
15TRANSLATIONS += ../i18n/hu/mindbreaker.ts 17TRANSLATIONS += ../i18n/hu/mindbreaker.ts
16TRANSLATIONS += ../i18n/fr/mindbreaker.ts 18TRANSLATIONS += ../i18n/fr/mindbreaker.ts
17TRANSLATIONS += ../i18n/ja/mindbreaker.ts 19TRANSLATIONS += ../i18n/ja/mindbreaker.ts
18TRANSLATIONS += ../i18n/sl/mindbreaker.ts 20TRANSLATIONS += ../i18n/sl/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index a7128d1..c76e5e5 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -9,12 +9,14 @@ SOURCES = main.cpp \
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 13
14TRANSLATIONS = ../i18n/de/minesweep.ts 14TRANSLATIONS = ../i18n/de/minesweep.ts
15TRANSLATIONS += ../i18n/es/minesweep.ts
16TRANSLATIONS += ../i18n/pt/minesweep.ts
15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts 17TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
16TRANSLATIONS += ../i18n/en/minesweep.ts 18TRANSLATIONS += ../i18n/en/minesweep.ts
17TRANSLATIONS += ../i18n/hu/minesweep.ts 19TRANSLATIONS += ../i18n/hu/minesweep.ts
18TRANSLATIONS += ../i18n/ja/minesweep.ts 20TRANSLATIONS += ../i18n/ja/minesweep.ts
19TRANSLATIONS += ../i18n/fr/minesweep.ts 21TRANSLATIONS += ../i18n/fr/minesweep.ts
20TRANSLATIONS += ../i18n/ko/minesweep.ts 22TRANSLATIONS += ../i18n/ko/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 9404eb0..84e0964 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -6,12 +6,14 @@ SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicop
6 TARGET = parashoot 6 TARGET = parashoot
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/parashoot.ts 11TRANSLATIONS = ../i18n/de/parashoot.ts
12TRANSLATIONS += ../i18n/es/parashoot.ts
13TRANSLATIONS += ../i18n/pt/parashoot.ts
12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts 14TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
13TRANSLATIONS += ../i18n/en/parashoot.ts 15TRANSLATIONS += ../i18n/en/parashoot.ts
14TRANSLATIONS += ../i18n/hu/parashoot.ts 16TRANSLATIONS += ../i18n/hu/parashoot.ts
15TRANSLATIONS += ../i18n/ja/parashoot.ts 17TRANSLATIONS += ../i18n/ja/parashoot.ts
16TRANSLATIONS += ../i18n/pl/parashoot.ts 18TRANSLATIONS += ../i18n/pl/parashoot.ts
17TRANSLATIONS += ../i18n/ko/parashoot.ts 19TRANSLATIONS += ../i18n/ko/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index be328d9..b35bdb0 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -6,12 +6,13 @@ SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp
6 TARGET = qasteroids 6 TARGET = qasteroids
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/qasteroids.ts 11TRANSLATIONS = ../i18n/de/qasteroids.ts
12TRANSLATIONS += ../i18n/pt/qasteroids.ts
12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts 13TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
13TRANSLATIONS += ../i18n/en/qasteroids.ts 14TRANSLATIONS += ../i18n/en/qasteroids.ts
14TRANSLATIONS += ../i18n/hu/qasteroids.ts 15TRANSLATIONS += ../i18n/hu/qasteroids.ts
15TRANSLATIONS += ../i18n/fr/qasteroids.ts 16TRANSLATIONS += ../i18n/fr/qasteroids.ts
16TRANSLATIONS += ../i18n/ja/qasteroids.ts 17TRANSLATIONS += ../i18n/ja/qasteroids.ts
17TRANSLATIONS += ../i18n/pl/qasteroids.ts 18TRANSLATIONS += ../i18n/pl/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 256c524..7c8829b 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -6,12 +6,14 @@ SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
6 TARGET = snake 6 TARGET = snake
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/snake.ts 11TRANSLATIONS = ../i18n/de/snake.ts
12TRANSLATIONS += ../i18n/es/snake.ts
13TRANSLATIONS += ../i18n/pt/snake.ts
12TRANSLATIONS += ../i18n/pt_BR/snake.ts 14TRANSLATIONS += ../i18n/pt_BR/snake.ts
13TRANSLATIONS += ../i18n/en/snake.ts 15TRANSLATIONS += ../i18n/en/snake.ts
14TRANSLATIONS += ../i18n/hu/snake.ts 16TRANSLATIONS += ../i18n/hu/snake.ts
15TRANSLATIONS += ../i18n/sl/snake.ts 17TRANSLATIONS += ../i18n/sl/snake.ts
16TRANSLATIONS += ../i18n/fr/snake.ts 18TRANSLATIONS += ../i18n/fr/snake.ts
17TRANSLATIONS += ../i18n/ja/snake.ts 19TRANSLATIONS += ../i18n/ja/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 31b6b89..7a01e2b 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -13,12 +13,14 @@ INCLUDEPATH += $(OPIEDIR)/include
13 DEPENDPATH+= $(OPIEDIR)/include 13 DEPENDPATH+= $(OPIEDIR)/include
14LIBS += -lqpe 14LIBS += -lqpe
15 15
16 REQUIRES= patience 16 REQUIRES= patience
17 17
18TRANSLATIONS = ../i18n/de/patience.ts 18TRANSLATIONS = ../i18n/de/patience.ts
19TRANSLATIONS += ../i18n/es/patience.ts
20TRANSLATIONS += ../i18n/pt/patience.ts
19TRANSLATIONS += ../i18n/pt_BR/patience.ts 21TRANSLATIONS += ../i18n/pt_BR/patience.ts
20TRANSLATIONS += ../i18n/en/patience.ts 22TRANSLATIONS += ../i18n/en/patience.ts
21TRANSLATIONS += ../i18n/hu/patience.ts 23TRANSLATIONS += ../i18n/hu/patience.ts
22TRANSLATIONS += ../i18n/ja/patience.ts 24TRANSLATIONS += ../i18n/ja/patience.ts
23TRANSLATIONS += ../i18n/sl/patience.ts 25TRANSLATIONS += ../i18n/sl/patience.ts
24TRANSLATIONS += ../i18n/ko/patience.ts 26TRANSLATIONS += ../i18n/ko/patience.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index ea37ee2..56310d7 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -14,12 +14,14 @@ SOURCES = main.cpp \
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15 DEPENDPATH+= $(OPIEDIR)/include 15 DEPENDPATH+= $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 INTERFACES= 17 INTERFACES=
18 18
19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts 19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts
20TRANSLATIONS += ../i18n/es/tetrix.ts
21TRANSLATIONS += ../i18n/pt/tetrix.ts
20TRANSLATIONS += ../i18n/de/tetrix.ts 22TRANSLATIONS += ../i18n/de/tetrix.ts
21TRANSLATIONS += ../i18n/en/tetrix.ts 23TRANSLATIONS += ../i18n/en/tetrix.ts
22TRANSLATIONS += ../i18n/fr/tetrix.ts 24TRANSLATIONS += ../i18n/fr/tetrix.ts
23TRANSLATIONS += ../i18n/hu/tetrix.ts 25TRANSLATIONS += ../i18n/hu/tetrix.ts
24TRANSLATIONS += ../i18n/sl/tetrix.ts 26TRANSLATIONS += ../i18n/sl/tetrix.ts
25TRANSLATIONS += ../i18n/ja/tetrix.ts 27TRANSLATIONS += ../i18n/ja/tetrix.ts
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 2b22a9f..57a9246 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -8,12 +8,14 @@ REQUIRES=medium-config
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin 11DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts 13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts
14TRANSLATIONS += ../../i18n/es/tictac.ts
15TRANSLATIONS += ../../i18n/pt/tictac.ts
14TRANSLATIONS += ../../i18n/de/tictac.ts 16TRANSLATIONS += ../../i18n/de/tictac.ts
15TRANSLATIONS += ../../i18n/en/tictac.ts 17TRANSLATIONS += ../../i18n/en/tictac.ts
16TRANSLATIONS += ../../i18n/hu/tictac.ts 18TRANSLATIONS += ../../i18n/hu/tictac.ts
17TRANSLATIONS += ../../i18n/sl/tictac.ts 19TRANSLATIONS += ../../i18n/sl/tictac.ts
18TRANSLATIONS += ../../i18n/ja/tictac.ts 20TRANSLATIONS += ../../i18n/ja/tictac.ts
19TRANSLATIONS += ../../i18n/ko/tictac.ts 21TRANSLATIONS += ../../i18n/ko/tictac.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 43b5cd1..553a63a 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -8,12 +8,14 @@ INTERFACES = newgamebase.ui rulesbase.ui
8 TARGET = wordgame 8 TARGET = wordgame
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts 13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
14TRANSLATIONS += ../i18n/es/wordgame.ts
15TRANSLATIONS += ../i18n/pt/wordgame.ts
14TRANSLATIONS += ../i18n/de/wordgame.ts 16TRANSLATIONS += ../i18n/de/wordgame.ts
15TRANSLATIONS += ../i18n/en/wordgame.ts 17TRANSLATIONS += ../i18n/en/wordgame.ts
16TRANSLATIONS += ../i18n/hu/wordgame.ts 18TRANSLATIONS += ../i18n/hu/wordgame.ts
17TRANSLATIONS += ../i18n/sl/wordgame.ts 19TRANSLATIONS += ../i18n/sl/wordgame.ts
18TRANSLATIONS += ../i18n/ja/wordgame.ts 20TRANSLATIONS += ../i18n/ja/wordgame.ts
19TRANSLATIONS += ../i18n/ko/wordgame.ts 21TRANSLATIONS += ../i18n/ko/wordgame.ts
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro
index 8dc89a2..da247ba 100644
--- a/noncore/graphics/drawpad/drawpad.pro
+++ b/noncore/graphics/drawpad/drawpad.pro
@@ -44,12 +44,14 @@ INCLUDEPATH += $(OPIEDIR)/include \
44 DEPENDPATH+= $(OPIEDIR)/include 44 DEPENDPATH+= $(OPIEDIR)/include
45 LIBS += -lqpe -lopie 45 LIBS += -lqpe -lopie
46 DESTDIR = $(OPIEDIR)/bin 46 DESTDIR = $(OPIEDIR)/bin
47 TARGET = drawpad 47 TARGET = drawpad
48 48
49 TRANSLATIONS= ../../i18n/de/drawpad.ts 49 TRANSLATIONS= ../../i18n/de/drawpad.ts
50 TRANSLATIONS+= ../../i18n/es/drawpad.ts
51 TRANSLATIONS+= ../../i18n/pt/drawpad.ts
50 TRANSLATIONS+= ../../i18n/en/drawpad.ts 52 TRANSLATIONS+= ../../i18n/en/drawpad.ts
51 TRANSLATIONS+= ../../i18n/fr/drawpad.ts 53 TRANSLATIONS+= ../../i18n/fr/drawpad.ts
52 TRANSLATIONS+= ../../i18n/hu/drawpad.ts 54 TRANSLATIONS+= ../../i18n/hu/drawpad.ts
53 TRANSLATIONS+= ../../i18n/ja/drawpad.ts 55 TRANSLATIONS+= ../../i18n/ja/drawpad.ts
54 TRANSLATIONS+= ../../i18n/ko/drawpad.ts 56 TRANSLATIONS+= ../../i18n/ko/drawpad.ts
55 TRANSLATIONS+= ../../i18n/no/drawpad.ts 57 TRANSLATIONS+= ../../i18n/no/drawpad.ts
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index d2ab437..1cf87ec 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -14,12 +14,14 @@ INCLUDEPATH += $(OPIEDIR)/include
14DEPENDPATH += $(OPIEDIR)/include 14DEPENDPATH += $(OPIEDIR)/include
15LIBS += -lqpe 15LIBS += -lqpe
16 16
17REQUIRES = showimg 17REQUIRES = showimg
18 18
19TRANSLATIONS = ../i18n/pt_BR/showimg.ts 19TRANSLATIONS = ../i18n/pt_BR/showimg.ts
20TRANSLATIONS += ../i18n/es/showimg.ts
21TRANSLATIONS += ../i18n/pt/showimg.ts
20TRANSLATIONS += ../i18n/de/showimg.ts 22TRANSLATIONS += ../i18n/de/showimg.ts
21TRANSLATIONS += ../i18n/en/showimg.ts 23TRANSLATIONS += ../i18n/en/showimg.ts
22TRANSLATIONS += ../i18n/hu/showimg.ts 24TRANSLATIONS += ../i18n/hu/showimg.ts
23TRANSLATIONS += ../i18n/sl/showimg.ts 25TRANSLATIONS += ../i18n/sl/showimg.ts
24TRANSLATIONS += ../i18n/ja/showimg.ts 26TRANSLATIONS += ../i18n/ja/showimg.ts
25TRANSLATIONS += ../i18n/pl/showimg.ts 27TRANSLATIONS += ../i18n/pl/showimg.ts
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index f25d15f..509d6f3 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -7,12 +7,14 @@ REQUIRES=medium-config
7DESTDIR = $(OPIEDIR)/bin 7DESTDIR = $(OPIEDIR)/bin
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts 12TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts
13TRANSLATIONS += ../../i18n/es/opieftp.ts
14TRANSLATIONS += ../../i18n/pt/opieftp.ts
13TRANSLATIONS += ../../i18n/de/opieftp.ts 15TRANSLATIONS += ../../i18n/de/opieftp.ts
14TRANSLATIONS += ../../i18n/en/opieftp.ts 16TRANSLATIONS += ../../i18n/en/opieftp.ts
15TRANSLATIONS += ../../i18n/hu/opieftp.ts 17TRANSLATIONS += ../../i18n/hu/opieftp.ts
16TRANSLATIONS += ../../i18n/sl/opieftp.ts 18TRANSLATIONS += ../../i18n/sl/opieftp.ts
17TRANSLATIONS += ../../i18n/pl/opieftp.ts 19TRANSLATIONS += ../../i18n/pl/opieftp.ts
18TRANSLATIONS += ../../i18n/ja/opieftp.ts 20TRANSLATIONS += ../../i18n/ja/opieftp.ts
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro
index 2e614df..16888bb 100644
--- a/noncore/settings/language/language.pro
+++ b/noncore/settings/language/language.pro
@@ -7,12 +7,14 @@ INTERFACES = languagesettingsbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = language 10 TARGET = language
11 11
12TRANSLATIONS = ../../i18n/pt_BR/language.ts 12TRANSLATIONS = ../../i18n/pt_BR/language.ts
13TRANSLATIONS += ../../i18n/es/language.ts
14TRANSLATIONS += ../../i18n/pt/language.ts
13TRANSLATIONS += ../../i18n/de/language.ts 15TRANSLATIONS += ../../i18n/de/language.ts
14TRANSLATIONS += ../../i18n/en/language.ts 16TRANSLATIONS += ../../i18n/en/language.ts
15TRANSLATIONS += ../../i18n/hu/language.ts 17TRANSLATIONS += ../../i18n/hu/language.ts
16TRANSLATIONS += ../../i18n/sl/language.ts 18TRANSLATIONS += ../../i18n/sl/language.ts
17TRANSLATIONS += ../../i18n/pl/language.ts 19TRANSLATIONS += ../../i18n/pl/language.ts
18TRANSLATIONS += ../../i18n/ja/language.ts 20TRANSLATIONS += ../../i18n/ja/language.ts
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro
index a4f6333..ff5cd09 100644
--- a/noncore/settings/sound/sound.pro
+++ b/noncore/settings/sound/sound.pro
@@ -7,12 +7,14 @@ SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10TARGET = sound 10TARGET = sound
11 11
12TRANSLATIONS = ../../i18n/pt_BR/sound.ts 12TRANSLATIONS = ../../i18n/pt_BR/sound.ts
13TRANSLATIONS += ../../i18n/es/sound.ts
14TRANSLATIONS += ../../i18n/pt/sound.ts
13TRANSLATIONS += ../../i18n/de/sound.ts 15TRANSLATIONS += ../../i18n/de/sound.ts
14TRANSLATIONS += ../../i18n/en/sound.ts 16TRANSLATIONS += ../../i18n/en/sound.ts
15TRANSLATIONS += ../../i18n/hu/sound.ts 17TRANSLATIONS += ../../i18n/hu/sound.ts
16TRANSLATIONS += ../../i18n/sl/sound.ts 18TRANSLATIONS += ../../i18n/sl/sound.ts
17TRANSLATIONS += ../../i18n/pl/sound.ts 19TRANSLATIONS += ../../i18n/pl/sound.ts
18TRANSLATIONS += ../../i18n/ja/sound.ts 20TRANSLATIONS += ../../i18n/ja/sound.ts
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 2764f68..88a20bb 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -24,12 +24,13 @@ INCLUDEPATH += $(OPIEDIR)/include
24DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
25LIBS += -lqpe 25LIBS += -lqpe
26 26
27TARGET = sysinfo 27TARGET = sysinfo
28 28
29TRANSLATIONS = ../i18n/de/sysinfo.ts 29TRANSLATIONS = ../i18n/de/sysinfo.ts
30TRANSLATIONS += ../i18n/pt/sysinfo.ts
30TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts 31TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts
31TRANSLATIONS += ../i18n/en/sysinfo.ts 32TRANSLATIONS += ../i18n/en/sysinfo.ts
32TRANSLATIONS += ../i18n/hu/sysinfo.ts 33TRANSLATIONS += ../i18n/hu/sysinfo.ts
33TRANSLATIONS += ../i18n/ja/sysinfo.ts 34TRANSLATIONS += ../i18n/ja/sysinfo.ts
34TRANSLATIONS += ../i18n/ko/sysinfo.ts 35TRANSLATIONS += ../i18n/ko/sysinfo.ts
35TRANSLATIONS += ../i18n/fr/sysinfo.ts 36TRANSLATIONS += ../i18n/fr/sysinfo.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 93e7f65..ce59a6e 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -7,12 +7,14 @@ SOURCES += calc.cpp main.cpp engine.cpp
7 7
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 10LIBS += -lqpe -Wl,-export-dynamic
11 11
12TRANSLATIONS = ../i18n/pt_BR/calc.ts 12TRANSLATIONS = ../i18n/pt_BR/calc.ts
13TRANSLATIONS += ../i18n/es/calc.ts
14TRANSLATIONS += ../i18n/pt/calc.ts
13TRANSLATIONS += ../i18n/de/calc.ts 15TRANSLATIONS += ../i18n/de/calc.ts
14TRANSLATIONS += ../i18n/en/calc.ts 16TRANSLATIONS += ../i18n/en/calc.ts
15TRANSLATIONS += ../i18n/sl/calc.ts 17TRANSLATIONS += ../i18n/sl/calc.ts
16TRANSLATIONS += ../i18n/hu/calc.ts 18TRANSLATIONS += ../i18n/hu/calc.ts
17TRANSLATIONS += ../i18n/fr/calc.ts 19TRANSLATIONS += ../i18n/fr/calc.ts
18TRANSLATIONS += ../i18n/ja/calc.ts 20TRANSLATIONS += ../i18n/ja/calc.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index ea60b54..3a3581d 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -8,12 +8,14 @@ INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= calculator.ui 10 INTERFACES= calculator.ui
11 TARGET = calculator 11 TARGET = calculator
12 12
13TRANSLATIONS = ../i18n/pt_BR/calculator.ts 13TRANSLATIONS = ../i18n/pt_BR/calculator.ts
14TRANSLATIONS += ../i18n/es/calculator.ts
15TRANSLATIONS += ../i18n/pt/calculator.ts
14TRANSLATIONS += ../i18n/de/calculator.ts 16TRANSLATIONS += ../i18n/de/calculator.ts
15TRANSLATIONS += ../i18n/en/calculator.ts 17TRANSLATIONS += ../i18n/en/calculator.ts
16TRANSLATIONS += ../i18n/sl/calculator.ts 18TRANSLATIONS += ../i18n/sl/calculator.ts
17TRANSLATIONS += ../i18n/hu/calculator.ts 19TRANSLATIONS += ../i18n/hu/calculator.ts
18TRANSLATIONS += ../i18n/pl/calculator.ts 20TRANSLATIONS += ../i18n/pl/calculator.ts
19TRANSLATIONS += ../i18n/ja/calculator.ts 21TRANSLATIONS += ../i18n/ja/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 7eecce1..46c18c3 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -8,12 +8,14 @@ INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../i18n/de/clock.ts 13TRANSLATIONS = ../i18n/de/clock.ts
14TRANSLATIONS += ../i18n/es/clock.ts
15TRANSLATIONS += ../i18n/pt/clock.ts
14TRANSLATIONS += ../i18n/pt_BR/clock.ts 16TRANSLATIONS += ../i18n/pt_BR/clock.ts
15TRANSLATIONS += ../i18n/en/clock.ts 17TRANSLATIONS += ../i18n/en/clock.ts
16TRANSLATIONS += ../i18n/hu/clock.ts 18TRANSLATIONS += ../i18n/hu/clock.ts
17TRANSLATIONS += ../i18n/sl/clock.ts 19TRANSLATIONS += ../i18n/sl/clock.ts
18TRANSLATIONS += ../i18n/ja/clock.ts 20TRANSLATIONS += ../i18n/ja/clock.ts
19TRANSLATIONS += ../i18n/ko/clock.ts 21TRANSLATIONS += ../i18n/ko/clock.ts
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 19195a4..3d9d49f 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -5,12 +5,14 @@ HEADERS = inlineedit.h filebrowser.h filePermissions.h
5 SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp 5 SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10TRANSLATIONS = ../i18n/de/filebrowser.ts 10TRANSLATIONS = ../i18n/de/filebrowser.ts
11TRANSLATIONS += ../i18n/es/filebrowser.ts
12TRANSLATIONS += ../i18n/pt/filebrowser.ts
11TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts 13TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts
12TRANSLATIONS += ../i18n/en/filebrowser.ts 14TRANSLATIONS += ../i18n/en/filebrowser.ts
13TRANSLATIONS += ../i18n/hu/filebrowser.ts 15TRANSLATIONS += ../i18n/hu/filebrowser.ts
14TRANSLATIONS += ../i18n/ja/filebrowser.ts 16TRANSLATIONS += ../i18n/ja/filebrowser.ts
15TRANSLATIONS += ../i18n/fr/filebrowser.ts 17TRANSLATIONS += ../i18n/fr/filebrowser.ts
16TRANSLATIONS += ../i18n/sl/filebrowser.ts 18TRANSLATIONS += ../i18n/sl/filebrowser.ts
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index fe5abfb..21cd7be 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -56,6 +56,8 @@ INCLUDEPATH += . \
56LIBS += -L $(OPIEDIR)/lib -lqpe -lopie 56LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
57 57
58DESTDIR = $(OPIEDIR)/bin 58DESTDIR = $(OPIEDIR)/bin
59TARGET = qpdf 59TARGET = qpdf
60 60
61TRANSLATIONS = ../../i18n/de/qpdf.ts 61TRANSLATIONS = ../../i18n/de/qpdf.ts
62TRANSLATIONS += ../../i18n/es/qpdf.ts
63TRANSLATIONS += ../../i18n/pt/qpdf.ts