summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro1
-rw-r--r--noncore/games/fifteen/fifteen.pro1
-rw-r--r--noncore/games/go/go.pro1
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro1
-rw-r--r--noncore/games/minesweep/minesweep.pro1
-rw-r--r--noncore/games/parashoot/parashoot.pro1
-rw-r--r--noncore/games/qasteroids/qasteroids.pro1
-rw-r--r--noncore/games/snake/snake.pro1
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro1
-rw-r--r--noncore/games/tetrix/tetrix.pro1
-rw-r--r--noncore/games/wordgame/wordgame.pro1
11 files changed, 11 insertions, 0 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index d9690c0..2d78d5d 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -13,12 +13,13 @@ 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/de/chess.ts 17TRANSLATIONS += ../i18n/de/chess.ts
18TRANSLATIONS += ../i18n/en/chess.ts 18TRANSLATIONS += ../i18n/en/chess.ts
19TRANSLATIONS += ../i18n/fr/chess.ts
19TRANSLATIONS += ../i18n/hu/chess.ts 20TRANSLATIONS += ../i18n/hu/chess.ts
20TRANSLATIONS += ../i18n/ja/chess.ts 21TRANSLATIONS += ../i18n/ja/chess.ts
21TRANSLATIONS += ../i18n/ko/chess.ts 22TRANSLATIONS += ../i18n/ko/chess.ts
22TRANSLATIONS += ../i18n/no/chess.ts 23TRANSLATIONS += ../i18n/no/chess.ts
23TRANSLATIONS += ../i18n/zh_CN/chess.ts 24TRANSLATIONS += ../i18n/zh_CN/chess.ts
24TRANSLATIONS += ../i18n/zh_TW/chess.ts 25TRANSLATIONS += ../i18n/zh_TW/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 6c07e57..bde742f 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -12,9 +12,10 @@ TARGET = fifteen
12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts 12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
13TRANSLATIONS += ../i18n/de/fifteen.ts 13TRANSLATIONS += ../i18n/de/fifteen.ts
14TRANSLATIONS += ../i18n/en/fifteen.ts 14TRANSLATIONS += ../i18n/en/fifteen.ts
15TRANSLATIONS += ../i18n/hu/fifteen.ts 15TRANSLATIONS += ../i18n/hu/fifteen.ts
16TRANSLATIONS += ../i18n/ja/fifteen.ts 16TRANSLATIONS += ../i18n/ja/fifteen.ts
17TRANSLATIONS += ../i18n/ko/fifteen.ts 17TRANSLATIONS += ../i18n/ko/fifteen.ts
18TRANSLATIONS += ../i18n/fr/fifteen.ts
18TRANSLATIONS += ../i18n/no/fifteen.ts 19TRANSLATIONS += ../i18n/no/fifteen.ts
19TRANSLATIONS += ../i18n/zh_CN/fifteen.ts 20TRANSLATIONS += ../i18n/zh_CN/fifteen.ts
20TRANSLATIONS += ../i18n/zh_TW/fifteen.ts 21TRANSLATIONS += ../i18n/zh_TW/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 2d96f82..b87b2c7 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -18,10 +18,11 @@ TARGET = go
18 18
19TRANSLATIONS = ../i18n/de/go.ts 19TRANSLATIONS = ../i18n/de/go.ts
20TRANSLATIONS += ../i18n/pt_BR/go.ts 20TRANSLATIONS += ../i18n/pt_BR/go.ts
21TRANSLATIONS += ../i18n/en/go.ts 21TRANSLATIONS += ../i18n/en/go.ts
22TRANSLATIONS += ../i18n/hu/go.ts 22TRANSLATIONS += ../i18n/hu/go.ts
23TRANSLATIONS += ../i18n/ja/go.ts 23TRANSLATIONS += ../i18n/ja/go.ts
24TRANSLATIONS += ../i18n/fr/go.ts
24TRANSLATIONS += ../i18n/ko/go.ts 25TRANSLATIONS += ../i18n/ko/go.ts
25TRANSLATIONS += ../i18n/no/go.ts 26TRANSLATIONS += ../i18n/no/go.ts
26TRANSLATIONS += ../i18n/zh_CN/go.ts 27TRANSLATIONS += ../i18n/zh_CN/go.ts
27TRANSLATIONS += ../i18n/zh_TW/go.ts 28TRANSLATIONS += ../i18n/zh_TW/go.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 06f2f4f..11ba940 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -10,11 +10,12 @@ DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../i18n/de/mindbreaker.ts 12TRANSLATIONS = ../i18n/de/mindbreaker.ts
13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts 13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
14TRANSLATIONS += ../i18n/en/mindbreaker.ts 14TRANSLATIONS += ../i18n/en/mindbreaker.ts
15TRANSLATIONS += ../i18n/hu/mindbreaker.ts 15TRANSLATIONS += ../i18n/hu/mindbreaker.ts
16TRANSLATIONS += ../i18n/fr/mindbreaker.ts
16TRANSLATIONS += ../i18n/ja/mindbreaker.ts 17TRANSLATIONS += ../i18n/ja/mindbreaker.ts
17TRANSLATIONS += ../i18n/ko/mindbreaker.ts 18TRANSLATIONS += ../i18n/ko/mindbreaker.ts
18TRANSLATIONS += ../i18n/no/mindbreaker.ts 19TRANSLATIONS += ../i18n/no/mindbreaker.ts
19TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts 20TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts
20TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts 21TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 1d4c5aa..b5306df 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -13,10 +13,11 @@ INTERFACES =
13 13
14TRANSLATIONS = ../i18n/de/minesweep.ts 14TRANSLATIONS = ../i18n/de/minesweep.ts
15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts 15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
16TRANSLATIONS += ../i18n/en/minesweep.ts 16TRANSLATIONS += ../i18n/en/minesweep.ts
17TRANSLATIONS += ../i18n/hu/minesweep.ts 17TRANSLATIONS += ../i18n/hu/minesweep.ts
18TRANSLATIONS += ../i18n/ja/minesweep.ts 18TRANSLATIONS += ../i18n/ja/minesweep.ts
19TRANSLATIONS += ../i18n/fr/minesweep.ts
19TRANSLATIONS += ../i18n/ko/minesweep.ts 20TRANSLATIONS += ../i18n/ko/minesweep.ts
20TRANSLATIONS += ../i18n/no/minesweep.ts 21TRANSLATIONS += ../i18n/no/minesweep.ts
21TRANSLATIONS += ../i18n/zh_CN/minesweep.ts 22TRANSLATIONS += ../i18n/zh_CN/minesweep.ts
22TRANSLATIONS += ../i18n/zh_TW/minesweep.ts 23TRANSLATIONS += ../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 741adc6..a87d4b7 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -11,9 +11,10 @@ LIBS += -lqpe
11TRANSLATIONS = ../i18n/de/parashoot.ts 11TRANSLATIONS = ../i18n/de/parashoot.ts
12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts 12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
13TRANSLATIONS += ../i18n/en/parashoot.ts 13TRANSLATIONS += ../i18n/en/parashoot.ts
14TRANSLATIONS += ../i18n/hu/parashoot.ts 14TRANSLATIONS += ../i18n/hu/parashoot.ts
15TRANSLATIONS += ../i18n/ja/parashoot.ts 15TRANSLATIONS += ../i18n/ja/parashoot.ts
16TRANSLATIONS += ../i18n/ko/parashoot.ts 16TRANSLATIONS += ../i18n/ko/parashoot.ts
17TRANSLATIONS += ../i18n/fr/parashoot.ts
17TRANSLATIONS += ../i18n/no/parashoot.ts 18TRANSLATIONS += ../i18n/no/parashoot.ts
18TRANSLATIONS += ../i18n/zh_CN/parashoot.ts 19TRANSLATIONS += ../i18n/zh_CN/parashoot.ts
19TRANSLATIONS += ../i18n/zh_TW/parashoot.ts 20TRANSLATIONS += ../i18n/zh_TW/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 4e639e5..39a9857 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -9,11 +9,12 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/qasteroids.ts 11TRANSLATIONS = ../i18n/de/qasteroids.ts
12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts 12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
13TRANSLATIONS += ../i18n/en/qasteroids.ts 13TRANSLATIONS += ../i18n/en/qasteroids.ts
14TRANSLATIONS += ../i18n/hu/qasteroids.ts 14TRANSLATIONS += ../i18n/hu/qasteroids.ts
15TRANSLATIONS += ../i18n/fr/qasteroids.ts
15TRANSLATIONS += ../i18n/ja/qasteroids.ts 16TRANSLATIONS += ../i18n/ja/qasteroids.ts
16TRANSLATIONS += ../i18n/ko/qasteroids.ts 17TRANSLATIONS += ../i18n/ko/qasteroids.ts
17TRANSLATIONS += ../i18n/no/qasteroids.ts 18TRANSLATIONS += ../i18n/no/qasteroids.ts
18TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts 19TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts
19TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts 20TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index c7cfce0..481ece1 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -9,11 +9,12 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/snake.ts 11TRANSLATIONS = ../i18n/de/snake.ts
12TRANSLATIONS += ../i18n/pt_BR/snake.ts 12TRANSLATIONS += ../i18n/pt_BR/snake.ts
13TRANSLATIONS += ../i18n/en/snake.ts 13TRANSLATIONS += ../i18n/en/snake.ts
14TRANSLATIONS += ../i18n/hu/snake.ts 14TRANSLATIONS += ../i18n/hu/snake.ts
15TRANSLATIONS += ../i18n/fr/snake.ts
15TRANSLATIONS += ../i18n/ja/snake.ts 16TRANSLATIONS += ../i18n/ja/snake.ts
16TRANSLATIONS += ../i18n/ko/snake.ts 17TRANSLATIONS += ../i18n/ko/snake.ts
17TRANSLATIONS += ../i18n/no/snake.ts 18TRANSLATIONS += ../i18n/no/snake.ts
18TRANSLATIONS += ../i18n/zh_CN/snake.ts 19TRANSLATIONS += ../i18n/zh_CN/snake.ts
19TRANSLATIONS += ../i18n/zh_TW/snake.ts 20TRANSLATIONS += ../i18n/zh_TW/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 5426201..839816c 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -19,8 +19,9 @@ TRANSLATIONS = ../i18n/de/patience.ts
19TRANSLATIONS += ../i18n/pt_BR/patience.ts 19TRANSLATIONS += ../i18n/pt_BR/patience.ts
20TRANSLATIONS += ../i18n/en/patience.ts 20TRANSLATIONS += ../i18n/en/patience.ts
21TRANSLATIONS += ../i18n/hu/patience.ts 21TRANSLATIONS += ../i18n/hu/patience.ts
22TRANSLATIONS += ../i18n/ja/patience.ts 22TRANSLATIONS += ../i18n/ja/patience.ts
23TRANSLATIONS += ../i18n/ko/patience.ts 23TRANSLATIONS += ../i18n/ko/patience.ts
24TRANSLATIONS += ../i18n/no/patience.ts 24TRANSLATIONS += ../i18n/no/patience.ts
25TRANSLATIONS += ../i18n/fr/patience.ts
25TRANSLATIONS += ../i18n/zh_CN/patience.ts 26TRANSLATIONS += ../i18n/zh_CN/patience.ts
26TRANSLATIONS += ../i18n/zh_TW/patience.ts 27TRANSLATIONS += ../i18n/zh_TW/patience.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 24ad066..3cd66d8 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -16,12 +16,13 @@ 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/de/tetrix.ts 20TRANSLATIONS += ../i18n/de/tetrix.ts
21TRANSLATIONS += ../i18n/en/tetrix.ts 21TRANSLATIONS += ../i18n/en/tetrix.ts
22TRANSLATIONS += ../i18n/fr/tetrix.ts
22TRANSLATIONS += ../i18n/hu/tetrix.ts 23TRANSLATIONS += ../i18n/hu/tetrix.ts
23TRANSLATIONS += ../i18n/ja/tetrix.ts 24TRANSLATIONS += ../i18n/ja/tetrix.ts
24TRANSLATIONS += ../i18n/ko/tetrix.ts 25TRANSLATIONS += ../i18n/ko/tetrix.ts
25TRANSLATIONS += ../i18n/no/tetrix.ts 26TRANSLATIONS += ../i18n/no/tetrix.ts
26TRANSLATIONS += ../i18n/zh_CN/tetrix.ts 27TRANSLATIONS += ../i18n/zh_CN/tetrix.ts
27TRANSLATIONS += ../i18n/zh_TW/tetrix.ts 28TRANSLATIONS += ../i18n/zh_TW/tetrix.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index bd6cad0..fd4f46e 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -13,9 +13,10 @@ LIBS += -lqpe
13TRANSLATIONS = ../i18n/de/wordgame.ts 13TRANSLATIONS = ../i18n/de/wordgame.ts
14TRANSLATIONS += ../i18n/pt_BR/wordgame.ts 14TRANSLATIONS += ../i18n/pt_BR/wordgame.ts
15TRANSLATIONS += ../i18n/en/wordgame.ts 15TRANSLATIONS += ../i18n/en/wordgame.ts
16TRANSLATIONS += ../i18n/hu/wordgame.ts 16TRANSLATIONS += ../i18n/hu/wordgame.ts
17TRANSLATIONS += ../i18n/ja/wordgame.ts 17TRANSLATIONS += ../i18n/ja/wordgame.ts
18TRANSLATIONS += ../i18n/ko/wordgame.ts 18TRANSLATIONS += ../i18n/ko/wordgame.ts
19TRANSLATIONS += ../i18n/fr/wordgame.ts
19TRANSLATIONS += ../i18n/no/wordgame.ts 20TRANSLATIONS += ../i18n/no/wordgame.ts
20TRANSLATIONS += ../i18n/zh_CN/wordgame.ts 21TRANSLATIONS += ../i18n/zh_CN/wordgame.ts
21TRANSLATIONS += ../i18n/zh_TW/wordgame.ts 22TRANSLATIONS += ../i18n/zh_TW/wordgame.ts