summaryrefslogtreecommitdiff
path: root/noncore/games
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /noncore/games
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'noncore/games') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/bounce/bounce.pro4
-rw-r--r--noncore/games/buzzword/buzzword.pro4
-rw-r--r--noncore/games/chess/chess.pro4
-rw-r--r--noncore/games/fifteen/fifteen.pro4
-rw-r--r--noncore/games/go/go.pro4
-rw-r--r--noncore/games/kbill/kbill.pro4
-rw-r--r--noncore/games/kcheckers/kcheckers.pro4
-rw-r--r--noncore/games/kpacman/kpacman.pro4
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro4
-rw-r--r--noncore/games/minesweep/minesweep.pro4
-rw-r--r--noncore/games/parashoot/parashoot.pro4
-rw-r--r--noncore/games/qasteroids/qasteroids.pro4
-rw-r--r--noncore/games/sfcave/sfcave.pro4
-rw-r--r--noncore/games/snake/snake.pro4
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro4
-rw-r--r--noncore/games/tetrix/tetrix.pro4
-rw-r--r--noncore/games/tictac/tictac.pro4
-rw-r--r--noncore/games/wordgame/wordgame.pro4
18 files changed, 72 insertions, 0 deletions
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro
index 42203df..bb3e4df 100644
--- a/noncore/games/bounce/bounce.pro
+++ b/noncore/games/bounce/bounce.pro
@@ -5,24 +5,28 @@ HEADERS = game.h kbounce.h
5 SOURCES = game.cpp kbounce.cpp main.cpp 5 SOURCES = game.cpp kbounce.cpp main.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9DESTDIR = $(OPIEDIR)/bin 9DESTDIR = $(OPIEDIR)/bin
10 TARGET = bounce 10 TARGET = bounce
11 11
12TRANSLATIONS = ../../../i18n/de/bounce.ts \ 12TRANSLATIONS = ../../../i18n/de/bounce.ts \
13 ../../../i18n/da/bounce.ts \ 13 ../../../i18n/da/bounce.ts \
14 ../../../i18n/xx/bounce.ts \ 14 ../../../i18n/xx/bounce.ts \
15 ../../../i18n/en/bounce.ts \ 15 ../../../i18n/en/bounce.ts \
16 ../../../i18n/es/bounce.ts \ 16 ../../../i18n/es/bounce.ts \
17 ../../../i18n/fr/bounce.ts \ 17 ../../../i18n/fr/bounce.ts \
18 ../../../i18n/hu/bounce.ts \ 18 ../../../i18n/hu/bounce.ts \
19 ../../../i18n/ja/bounce.ts \ 19 ../../../i18n/ja/bounce.ts \
20 ../../../i18n/ko/bounce.ts \ 20 ../../../i18n/ko/bounce.ts \
21 ../../../i18n/no/bounce.ts \ 21 ../../../i18n/no/bounce.ts \
22 ../../../i18n/pl/bounce.ts \ 22 ../../../i18n/pl/bounce.ts \
23 ../../../i18n/pt/bounce.ts \ 23 ../../../i18n/pt/bounce.ts \
24 ../../../i18n/pt_BR/bounce.ts \ 24 ../../../i18n/pt_BR/bounce.ts \
25 ../../../i18n/sl/bounce.ts \ 25 ../../../i18n/sl/bounce.ts \
26 ../../../i18n/zh_CN/bounce.ts \ 26 ../../../i18n/zh_CN/bounce.ts \
27 ../../../i18n/zh_TW/bounce.ts \ 27 ../../../i18n/zh_TW/bounce.ts \
28 ../../../i18n/it/bounce.ts 28 ../../../i18n/it/bounce.ts
29
30
31
32include ( ../../../include.pro )
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro
index e1d1fcf..61c7085 100644
--- a/noncore/games/buzzword/buzzword.pro
+++ b/noncore/games/buzzword/buzzword.pro
@@ -4,24 +4,28 @@ HEADERS = buzzword.h
4 SOURCES = buzzword.cpp main.cpp 4 SOURCES = buzzword.cpp main.cpp
5 INCLUDEPATH+= $(OPIEDIR)/include 5 INCLUDEPATH+= $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7DESTDIR = $(OPIEDIR)/bin 7DESTDIR = $(OPIEDIR)/bin
8LIBS += -lqpe 8LIBS += -lqpe
9 TARGET = buzzword 9 TARGET = buzzword
10 10
11TRANSLATIONS = ../../../i18n/de/buzzword.ts \ 11TRANSLATIONS = ../../../i18n/de/buzzword.ts \
12 ../../../i18n/da/buzzword.ts \ 12 ../../../i18n/da/buzzword.ts \
13 ../../../i18n/xx/buzzword.ts \ 13 ../../../i18n/xx/buzzword.ts \
14 ../../../i18n/en/buzzword.ts \ 14 ../../../i18n/en/buzzword.ts \
15 ../../../i18n/es/buzzword.ts \ 15 ../../../i18n/es/buzzword.ts \
16 ../../../i18n/fr/buzzword.ts \ 16 ../../../i18n/fr/buzzword.ts \
17 ../../../i18n/hu/buzzword.ts \ 17 ../../../i18n/hu/buzzword.ts \
18 ../../../i18n/ja/buzzword.ts \ 18 ../../../i18n/ja/buzzword.ts \
19 ../../../i18n/ko/buzzword.ts \ 19 ../../../i18n/ko/buzzword.ts \
20 ../../../i18n/no/buzzword.ts \ 20 ../../../i18n/no/buzzword.ts \
21 ../../../i18n/pl/buzzword.ts \ 21 ../../../i18n/pl/buzzword.ts \
22 ../../../i18n/pt/buzzword.ts \ 22 ../../../i18n/pt/buzzword.ts \
23 ../../../i18n/pt_BR/buzzword.ts \ 23 ../../../i18n/pt_BR/buzzword.ts \
24 ../../../i18n/sl/buzzword.ts \ 24 ../../../i18n/sl/buzzword.ts \
25 ../../../i18n/zh_CN/buzzword.ts \ 25 ../../../i18n/zh_CN/buzzword.ts \
26 ../../../i18n/zh_TW/buzzword.ts \ 26 ../../../i18n/zh_TW/buzzword.ts \
27 ../../../i18n/it/buzzword.ts 27 ../../../i18n/it/buzzword.ts
28
29
30
31include ( ../../../include.pro )
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index a8e9438..a96eb66 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -8,24 +8,28 @@ IMAGES = images/new.png images/repeat.png images/txt.png images/back.png
8 TEMPLATE=app 8 TEMPLATE=app
9 CONFIG+= qt warn_on release 9 CONFIG+= qt warn_on release
10INCLUDEPATH += $(OPIEDIR)/include 10INCLUDEPATH += $(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/de/chess.ts \ 16TRANSLATIONS = ../../../i18n/de/chess.ts \
17 ../../../i18n/da/chess.ts \ 17 ../../../i18n/da/chess.ts \
18 ../../../i18n/xx/chess.ts \ 18 ../../../i18n/xx/chess.ts \
19 ../../../i18n/en/chess.ts \ 19 ../../../i18n/en/chess.ts \
20 ../../../i18n/es/chess.ts \ 20 ../../../i18n/es/chess.ts \
21 ../../../i18n/fr/chess.ts \ 21 ../../../i18n/fr/chess.ts \
22 ../../../i18n/hu/chess.ts \ 22 ../../../i18n/hu/chess.ts \
23 ../../../i18n/ja/chess.ts \ 23 ../../../i18n/ja/chess.ts \
24 ../../../i18n/ko/chess.ts \ 24 ../../../i18n/ko/chess.ts \
25 ../../../i18n/no/chess.ts \ 25 ../../../i18n/no/chess.ts \
26 ../../../i18n/pl/chess.ts \ 26 ../../../i18n/pl/chess.ts \
27 ../../../i18n/pt/chess.ts \ 27 ../../../i18n/pt/chess.ts \
28 ../../../i18n/pt_BR/chess.ts \ 28 ../../../i18n/pt_BR/chess.ts \
29 ../../../i18n/sl/chess.ts \ 29 ../../../i18n/sl/chess.ts \
30 ../../../i18n/zh_CN/chess.ts \ 30 ../../../i18n/zh_CN/chess.ts \
31 ../../../i18n/zh_TW/chess.ts 31 ../../../i18n/zh_TW/chess.ts
32
33
34
35include ( ../../../include.pro )
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 14fa7f3..d1c246d 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -4,24 +4,28 @@ CONFIG = qt warn_on release
4 HEADERS = fifteen.h 4 HEADERS = fifteen.h
5 SOURCES = fifteen.cpp \ 5 SOURCES = fifteen.cpp \
6 main.cpp 6 main.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/de/fifteen.ts \ 12TRANSLATIONS = ../../../i18n/de/fifteen.ts \
13 ../../../i18n/da/fifteen.ts \ 13 ../../../i18n/da/fifteen.ts \
14 ../../../i18n/xx/fifteen.ts \ 14 ../../../i18n/xx/fifteen.ts \
15 ../../../i18n/en/fifteen.ts \ 15 ../../../i18n/en/fifteen.ts \
16 ../../../i18n/es/fifteen.ts \ 16 ../../../i18n/es/fifteen.ts \
17 ../../../i18n/fr/fifteen.ts \ 17 ../../../i18n/fr/fifteen.ts \
18 ../../../i18n/hu/fifteen.ts \ 18 ../../../i18n/hu/fifteen.ts \
19 ../../../i18n/ja/fifteen.ts \ 19 ../../../i18n/ja/fifteen.ts \
20 ../../../i18n/ko/fifteen.ts \ 20 ../../../i18n/ko/fifteen.ts \
21 ../../../i18n/no/fifteen.ts \ 21 ../../../i18n/no/fifteen.ts \
22 ../../../i18n/pl/fifteen.ts \ 22 ../../../i18n/pl/fifteen.ts \
23 ../../../i18n/pt/fifteen.ts \ 23 ../../../i18n/pt/fifteen.ts \
24 ../../../i18n/pt_BR/fifteen.ts \ 24 ../../../i18n/pt_BR/fifteen.ts \
25 ../../../i18n/sl/fifteen.ts \ 25 ../../../i18n/sl/fifteen.ts \
26 ../../../i18n/zh_CN/fifteen.ts \ 26 ../../../i18n/zh_CN/fifteen.ts \
27 ../../../i18n/zh_TW/fifteen.ts 27 ../../../i18n/zh_TW/fifteen.ts
28
29
30
31include ( ../../../include.pro )
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index eeb2893..1c98640 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -11,24 +11,28 @@ SOURCES = amigo.c \
11 killable.c \ 11 killable.c \
12 gowidget.cpp \ 12 gowidget.cpp \
13 main.cpp 13 main.cpp
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 \
20 ../../../i18n/da/go.ts \ 20 ../../../i18n/da/go.ts \
21 ../../../i18n/xx/go.ts \ 21 ../../../i18n/xx/go.ts \
22 ../../../i18n/en/go.ts \ 22 ../../../i18n/en/go.ts \
23 ../../../i18n/es/go.ts \ 23 ../../../i18n/es/go.ts \
24 ../../../i18n/fr/go.ts \ 24 ../../../i18n/fr/go.ts \
25 ../../../i18n/hu/go.ts \ 25 ../../../i18n/hu/go.ts \
26 ../../../i18n/ja/go.ts \ 26 ../../../i18n/ja/go.ts \
27 ../../../i18n/ko/go.ts \ 27 ../../../i18n/ko/go.ts \
28 ../../../i18n/no/go.ts \ 28 ../../../i18n/no/go.ts \
29 ../../../i18n/pl/go.ts \ 29 ../../../i18n/pl/go.ts \
30 ../../../i18n/pt/go.ts \ 30 ../../../i18n/pt/go.ts \
31 ../../../i18n/pt_BR/go.ts \ 31 ../../../i18n/pt_BR/go.ts \
32 ../../../i18n/sl/go.ts \ 32 ../../../i18n/sl/go.ts \
33 ../../../i18n/zh_CN/go.ts \ 33 ../../../i18n/zh_CN/go.ts \
34 ../../../i18n/zh_TW/go.ts 34 ../../../i18n/zh_TW/go.ts
35
36
37
38include ( ../../../include.pro )
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro
index cc632c8..270fcab 100644
--- a/noncore/games/kbill/kbill.pro
+++ b/noncore/games/kbill/kbill.pro
@@ -8,24 +8,28 @@ Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \
8Spark.cc UI.cpp inputbox.cpp kbill.cpp 8Spark.cc UI.cpp inputbox.cpp kbill.cpp
9INTERFACES = helpdialog.ui 9INTERFACES = helpdialog.ui
10 TARGET = kbill 10 TARGET = kbill
11 INCLUDEPATH+= $(OPIEDIR)/include 11 INCLUDEPATH+= $(OPIEDIR)/include
12 DEPENDPATH+= $(OPIEDIR)/include 12 DEPENDPATH+= $(OPIEDIR)/include
13 LIBS += -lqpe -lstdc++ 13 LIBS += -lqpe -lstdc++
14 DESTDIR = $(OPIEDIR)/bin 14 DESTDIR = $(OPIEDIR)/bin
15 15
16TRANSLATIONS = ../../../i18n/de/kbill.ts \ 16TRANSLATIONS = ../../../i18n/de/kbill.ts \
17 ../../../i18n/da/kbill.ts \ 17 ../../../i18n/da/kbill.ts \
18 ../../../i18n/xx/kbill.ts \ 18 ../../../i18n/xx/kbill.ts \
19 ../../../i18n/en/kbill.ts \ 19 ../../../i18n/en/kbill.ts \
20 ../../../i18n/es/kbill.ts \ 20 ../../../i18n/es/kbill.ts \
21 ../../../i18n/fr/kbill.ts \ 21 ../../../i18n/fr/kbill.ts \
22 ../../../i18n/hu/kbill.ts \ 22 ../../../i18n/hu/kbill.ts \
23 ../../../i18n/ja/kbill.ts \ 23 ../../../i18n/ja/kbill.ts \
24 ../../../i18n/ko/kbill.ts \ 24 ../../../i18n/ko/kbill.ts \
25 ../../../i18n/no/kbill.ts \ 25 ../../../i18n/no/kbill.ts \
26 ../../../i18n/pl/kbill.ts \ 26 ../../../i18n/pl/kbill.ts \
27 ../../../i18n/pt/kbill.ts \ 27 ../../../i18n/pt/kbill.ts \
28 ../../../i18n/pt_BR/kbill.ts \ 28 ../../../i18n/pt_BR/kbill.ts \
29 ../../../i18n/sl/kbill.ts \ 29 ../../../i18n/sl/kbill.ts \
30 ../../../i18n/zh_CN/kbill.ts \ 30 ../../../i18n/zh_CN/kbill.ts \
31 ../../../i18n/zh_TW/kbill.ts 31 ../../../i18n/zh_TW/kbill.ts
32
33
34
35include ( ../../../include.pro )
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index 7c094e3..d8b5231 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -12,24 +12,28 @@ SOURCES = checkers.cpp \
12 main.cpp \ 12 main.cpp \
13 rcheckers.cpp 13 rcheckers.cpp
14 INTERFACES= 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/de/kcheckers.ts \ 20TRANSLATIONS = ../../../i18n/de/kcheckers.ts \
21 ../../../i18n/da/kcheckers.ts \ 21 ../../../i18n/da/kcheckers.ts \
22 ../../../i18n/xx/kcheckers.ts \ 22 ../../../i18n/xx/kcheckers.ts \
23 ../../../i18n/en/kcheckers.ts \ 23 ../../../i18n/en/kcheckers.ts \
24 ../../../i18n/es/kcheckers.ts \ 24 ../../../i18n/es/kcheckers.ts \
25 ../../../i18n/fr/kcheckers.ts \ 25 ../../../i18n/fr/kcheckers.ts \
26 ../../../i18n/hu/kcheckers.ts \ 26 ../../../i18n/hu/kcheckers.ts \
27 ../../../i18n/ja/kcheckers.ts \ 27 ../../../i18n/ja/kcheckers.ts \
28 ../../../i18n/ko/kcheckers.ts \ 28 ../../../i18n/ko/kcheckers.ts \
29 ../../../i18n/no/kcheckers.ts \ 29 ../../../i18n/no/kcheckers.ts \
30 ../../../i18n/pl/kcheckers.ts \ 30 ../../../i18n/pl/kcheckers.ts \
31 ../../../i18n/pt/kcheckers.ts \ 31 ../../../i18n/pt/kcheckers.ts \
32 ../../../i18n/pt_BR/kcheckers.ts \ 32 ../../../i18n/pt_BR/kcheckers.ts \
33 ../../../i18n/sl/kcheckers.ts \ 33 ../../../i18n/sl/kcheckers.ts \
34 ../../../i18n/zh_CN/kcheckers.ts \ 34 ../../../i18n/zh_CN/kcheckers.ts \
35 ../../../i18n/zh_TW/kcheckers.ts 35 ../../../i18n/zh_TW/kcheckers.ts
36
37
38
39include ( ../../../include.pro )
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index aff0ffb..594397a 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -35,24 +35,28 @@ SOURCES = kpacmanwidget.cpp \
35 config.cpp \ 35 config.cpp \
36 main.cpp 36 main.cpp
37 INCLUDEPATH+= $(OPIEDIR)/include 37 INCLUDEPATH+= $(OPIEDIR)/include
38 DEPENDPATH+= $(OPIEDIR)/include 38 DEPENDPATH+= $(OPIEDIR)/include
39LIBS += -lqpe 39LIBS += -lqpe
40DESTDIR = $(OPIEDIR)/bin 40DESTDIR = $(OPIEDIR)/bin
41 TARGET = kpacman 41 TARGET = kpacman
42 42
43TRANSLATIONS = ../../../i18n/de/kpacman.ts \ 43TRANSLATIONS = ../../../i18n/de/kpacman.ts \
44 ../../../i18n/da/kpacman.ts \ 44 ../../../i18n/da/kpacman.ts \
45 ../../../i18n/xx/kpacman.ts \ 45 ../../../i18n/xx/kpacman.ts \
46 ../../../i18n/en/kpacman.ts \ 46 ../../../i18n/en/kpacman.ts \
47 ../../../i18n/es/kpacman.ts \ 47 ../../../i18n/es/kpacman.ts \
48 ../../../i18n/fr/kpacman.ts \ 48 ../../../i18n/fr/kpacman.ts \
49 ../../../i18n/hu/kpacman.ts \ 49 ../../../i18n/hu/kpacman.ts \
50 ../../../i18n/ja/kpacman.ts \ 50 ../../../i18n/ja/kpacman.ts \
51 ../../../i18n/ko/kpacman.ts \ 51 ../../../i18n/ko/kpacman.ts \
52 ../../../i18n/no/kpacman.ts \ 52 ../../../i18n/no/kpacman.ts \
53 ../../../i18n/pl/kpacman.ts \ 53 ../../../i18n/pl/kpacman.ts \
54 ../../../i18n/pt/kpacman.ts \ 54 ../../../i18n/pt/kpacman.ts \
55 ../../../i18n/pt_BR/kpacman.ts \ 55 ../../../i18n/pt_BR/kpacman.ts \
56 ../../../i18n/sl/kpacman.ts \ 56 ../../../i18n/sl/kpacman.ts \
57 ../../../i18n/zh_CN/kpacman.ts \ 57 ../../../i18n/zh_CN/kpacman.ts \
58 ../../../i18n/zh_TW/kpacman.ts 58 ../../../i18n/zh_TW/kpacman.ts
59
60
61
62include ( ../../../include.pro )
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 6991066..5052467 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin
4 HEADERS = mindbreaker.h 4 HEADERS = mindbreaker.h
5 SOURCES = main.cpp \ 5 SOURCES = main.cpp \
6 mindbreaker.cpp 6 mindbreaker.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 \
13 ../../../i18n/da/mindbreaker.ts \ 13 ../../../i18n/da/mindbreaker.ts \
14 ../../../i18n/xx/mindbreaker.ts \ 14 ../../../i18n/xx/mindbreaker.ts \
15 ../../../i18n/en/mindbreaker.ts \ 15 ../../../i18n/en/mindbreaker.ts \
16 ../../../i18n/es/mindbreaker.ts \ 16 ../../../i18n/es/mindbreaker.ts \
17 ../../../i18n/fr/mindbreaker.ts \ 17 ../../../i18n/fr/mindbreaker.ts \
18 ../../../i18n/hu/mindbreaker.ts \ 18 ../../../i18n/hu/mindbreaker.ts \
19 ../../../i18n/ja/mindbreaker.ts \ 19 ../../../i18n/ja/mindbreaker.ts \
20 ../../../i18n/ko/mindbreaker.ts \ 20 ../../../i18n/ko/mindbreaker.ts \
21 ../../../i18n/no/mindbreaker.ts \ 21 ../../../i18n/no/mindbreaker.ts \
22 ../../../i18n/pl/mindbreaker.ts \ 22 ../../../i18n/pl/mindbreaker.ts \
23 ../../../i18n/pt/mindbreaker.ts \ 23 ../../../i18n/pt/mindbreaker.ts \
24 ../../../i18n/pt_BR/mindbreaker.ts \ 24 ../../../i18n/pt_BR/mindbreaker.ts \
25 ../../../i18n/sl/mindbreaker.ts \ 25 ../../../i18n/sl/mindbreaker.ts \
26 ../../../i18n/zh_CN/mindbreaker.ts \ 26 ../../../i18n/zh_CN/mindbreaker.ts \
27 ../../../i18n/zh_TW/mindbreaker.ts 27 ../../../i18n/zh_TW/mindbreaker.ts
28
29
30
31include ( ../../../include.pro )
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 8f350bf..3e234a4 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -8,24 +8,28 @@ SOURCES = main.cpp \
8 minesweep.cpp 8 minesweep.cpp
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 TARGET = minesweep 13 TARGET = minesweep
14 14
15TRANSLATIONS = ../../../i18n/de/minesweep.ts \ 15TRANSLATIONS = ../../../i18n/de/minesweep.ts \
16 ../../../i18n/da/minesweep.ts \ 16 ../../../i18n/da/minesweep.ts \
17 ../../../i18n/xx/minesweep.ts \ 17 ../../../i18n/xx/minesweep.ts \
18 ../../../i18n/en/minesweep.ts \ 18 ../../../i18n/en/minesweep.ts \
19 ../../../i18n/es/minesweep.ts \ 19 ../../../i18n/es/minesweep.ts \
20 ../../../i18n/fr/minesweep.ts \ 20 ../../../i18n/fr/minesweep.ts \
21 ../../../i18n/hu/minesweep.ts \ 21 ../../../i18n/hu/minesweep.ts \
22 ../../../i18n/ja/minesweep.ts \ 22 ../../../i18n/ja/minesweep.ts \
23 ../../../i18n/ko/minesweep.ts \ 23 ../../../i18n/ko/minesweep.ts \
24 ../../../i18n/no/minesweep.ts \ 24 ../../../i18n/no/minesweep.ts \
25 ../../../i18n/pl/minesweep.ts \ 25 ../../../i18n/pl/minesweep.ts \
26 ../../../i18n/pt/minesweep.ts \ 26 ../../../i18n/pt/minesweep.ts \
27 ../../../i18n/pt_BR/minesweep.ts \ 27 ../../../i18n/pt_BR/minesweep.ts \
28 ../../../i18n/sl/minesweep.ts \ 28 ../../../i18n/sl/minesweep.ts \
29 ../../../i18n/zh_CN/minesweep.ts \ 29 ../../../i18n/zh_CN/minesweep.ts \
30 ../../../i18n/it/minesweep.ts \ 30 ../../../i18n/it/minesweep.ts \
31 ../../../i18n/zh_TW/minesweep.ts 31 ../../../i18n/zh_TW/minesweep.ts
32
33
34
35include ( ../../../include.pro )
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 864d995..d8e4b1f 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h 4 HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h
5 SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp 5 SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp
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 \
12 ../../../i18n/da/parashoot.ts \ 12 ../../../i18n/da/parashoot.ts \
13 ../../../i18n/xx/parashoot.ts \ 13 ../../../i18n/xx/parashoot.ts \
14 ../../../i18n/en/parashoot.ts \ 14 ../../../i18n/en/parashoot.ts \
15 ../../../i18n/es/parashoot.ts \ 15 ../../../i18n/es/parashoot.ts \
16 ../../../i18n/fr/parashoot.ts \ 16 ../../../i18n/fr/parashoot.ts \
17 ../../../i18n/hu/parashoot.ts \ 17 ../../../i18n/hu/parashoot.ts \
18 ../../../i18n/ja/parashoot.ts \ 18 ../../../i18n/ja/parashoot.ts \
19 ../../../i18n/ko/parashoot.ts \ 19 ../../../i18n/ko/parashoot.ts \
20 ../../../i18n/no/parashoot.ts \ 20 ../../../i18n/no/parashoot.ts \
21 ../../../i18n/pl/parashoot.ts \ 21 ../../../i18n/pl/parashoot.ts \
22 ../../../i18n/pt/parashoot.ts \ 22 ../../../i18n/pt/parashoot.ts \
23 ../../../i18n/pt_BR/parashoot.ts \ 23 ../../../i18n/pt_BR/parashoot.ts \
24 ../../../i18n/sl/parashoot.ts \ 24 ../../../i18n/sl/parashoot.ts \
25 ../../../i18n/zh_CN/parashoot.ts \ 25 ../../../i18n/zh_CN/parashoot.ts \
26 ../../../i18n/zh_TW/parashoot.ts 26 ../../../i18n/zh_TW/parashoot.ts
27
28
29
30include ( ../../../include.pro )
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 34be552..39b2722 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = ledmeter.h sprites.h toplevel.h view.h 4 HEADERS = ledmeter.h sprites.h toplevel.h view.h
5 SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp 5 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 \
12 ../../../i18n/da/qasteroids.ts \ 12 ../../../i18n/da/qasteroids.ts \
13 ../../../i18n/xx/qasteroids.ts \ 13 ../../../i18n/xx/qasteroids.ts \
14 ../../../i18n/en/qasteroids.ts \ 14 ../../../i18n/en/qasteroids.ts \
15 ../../../i18n/es/qasteroids.ts \ 15 ../../../i18n/es/qasteroids.ts \
16 ../../../i18n/fr/qasteroids.ts \ 16 ../../../i18n/fr/qasteroids.ts \
17 ../../../i18n/hu/qasteroids.ts \ 17 ../../../i18n/hu/qasteroids.ts \
18 ../../../i18n/ja/qasteroids.ts \ 18 ../../../i18n/ja/qasteroids.ts \
19 ../../../i18n/ko/qasteroids.ts \ 19 ../../../i18n/ko/qasteroids.ts \
20 ../../../i18n/no/qasteroids.ts \ 20 ../../../i18n/no/qasteroids.ts \
21 ../../../i18n/pl/qasteroids.ts \ 21 ../../../i18n/pl/qasteroids.ts \
22 ../../../i18n/pt/qasteroids.ts \ 22 ../../../i18n/pt/qasteroids.ts \
23 ../../../i18n/pt_BR/qasteroids.ts \ 23 ../../../i18n/pt_BR/qasteroids.ts \
24 ../../../i18n/sl/qasteroids.ts \ 24 ../../../i18n/sl/qasteroids.ts \
25 ../../../i18n/zh_CN/qasteroids.ts \ 25 ../../../i18n/zh_CN/qasteroids.ts \
26 ../../../i18n/zh_TW/qasteroids.ts 26 ../../../i18n/zh_TW/qasteroids.ts
27
28
29
30include ( ../../../include.pro )
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro
index 5f49330..5941c20 100644
--- a/noncore/games/sfcave/sfcave.pro
+++ b/noncore/games/sfcave/sfcave.pro
@@ -1,9 +1,13 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 SOURCES = sfcave.cpp helpwindow.cpp random.cpp 4 SOURCES = sfcave.cpp helpwindow.cpp random.cpp
5 HEADERS = sfcave.h helpwindow.h random.h 5 HEADERS = sfcave.h helpwindow.h random.h
6 TARGET = sfcave 6 TARGET = sfcave
7 INCLUDEPATH += $(OPIEDIR)/include 7 INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10
11
12
13include ( ../../../include.pro )
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index fe9e739..845c0a5 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = snake.h target.h obstacle.h interface.h codes.h 4 HEADERS = snake.h target.h obstacle.h interface.h codes.h
5 SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp 5 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 \
12 ../../../i18n/da/snake.ts \ 12 ../../../i18n/da/snake.ts \
13 ../../../i18n/xx/snake.ts \ 13 ../../../i18n/xx/snake.ts \
14 ../../../i18n/en/snake.ts \ 14 ../../../i18n/en/snake.ts \
15 ../../../i18n/es/snake.ts \ 15 ../../../i18n/es/snake.ts \
16 ../../../i18n/fr/snake.ts \ 16 ../../../i18n/fr/snake.ts \
17 ../../../i18n/hu/snake.ts \ 17 ../../../i18n/hu/snake.ts \
18 ../../../i18n/ja/snake.ts \ 18 ../../../i18n/ja/snake.ts \
19 ../../../i18n/ko/snake.ts \ 19 ../../../i18n/ko/snake.ts \
20 ../../../i18n/no/snake.ts \ 20 ../../../i18n/no/snake.ts \
21 ../../../i18n/pl/snake.ts \ 21 ../../../i18n/pl/snake.ts \
22 ../../../i18n/pt/snake.ts \ 22 ../../../i18n/pt/snake.ts \
23 ../../../i18n/pt_BR/snake.ts \ 23 ../../../i18n/pt_BR/snake.ts \
24 ../../../i18n/sl/snake.ts \ 24 ../../../i18n/sl/snake.ts \
25 ../../../i18n/zh_CN/snake.ts \ 25 ../../../i18n/zh_CN/snake.ts \
26 ../../../i18n/zh_TW/snake.ts 26 ../../../i18n/zh_TW/snake.ts
27
28
29
30include ( ../../../include.pro )
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 51e0106..f86fc13 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -14,24 +14,28 @@ SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \
14 14
15TARGET = patience 15TARGET = patience
16 16
17INCLUDEPATH += $(OPIEDIR)/include 17INCLUDEPATH += $(OPIEDIR)/include
18DEPENDPATH += $(OPIEDIR)/include 18DEPENDPATH += $(OPIEDIR)/include
19LIBS += -lqpe 19LIBS += -lqpe
20 20
21TRANSLATIONS = ../../../i18n/de/patience.ts \ 21TRANSLATIONS = ../../../i18n/de/patience.ts \
22 ../../../i18n/da/patience.ts \ 22 ../../../i18n/da/patience.ts \
23 ../../../i18n/xx/patience.ts \ 23 ../../../i18n/xx/patience.ts \
24 ../../../i18n/en/patience.ts \ 24 ../../../i18n/en/patience.ts \
25 ../../../i18n/es/patience.ts \ 25 ../../../i18n/es/patience.ts \
26 ../../../i18n/fr/patience.ts \ 26 ../../../i18n/fr/patience.ts \
27 ../../../i18n/hu/patience.ts \ 27 ../../../i18n/hu/patience.ts \
28 ../../../i18n/ja/patience.ts \ 28 ../../../i18n/ja/patience.ts \
29 ../../../i18n/ko/patience.ts \ 29 ../../../i18n/ko/patience.ts \
30 ../../../i18n/no/patience.ts \ 30 ../../../i18n/no/patience.ts \
31 ../../../i18n/pl/patience.ts \ 31 ../../../i18n/pl/patience.ts \
32 ../../../i18n/pt/patience.ts \ 32 ../../../i18n/pt/patience.ts \
33 ../../../i18n/pt_BR/patience.ts \ 33 ../../../i18n/pt_BR/patience.ts \
34 ../../../i18n/sl/patience.ts \ 34 ../../../i18n/sl/patience.ts \
35 ../../../i18n/zh_CN/patience.ts \ 35 ../../../i18n/zh_CN/patience.ts \
36 ../../../i18n/zh_TW/patience.ts \ 36 ../../../i18n/zh_TW/patience.ts \
37 ../../../i18n/it/patience.ts 37 ../../../i18n/it/patience.ts
38
39
40
41include ( ../../../include.pro )
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 5110b05..48c6d93 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -12,24 +12,28 @@ SOURCES = main.cpp \
12 tpiece.cpp 12 tpiece.cpp
13INCLUDEPATH += $(OPIEDIR)/include 13INCLUDEPATH += $(OPIEDIR)/include
14 DEPENDPATH+= $(OPIEDIR)/include 14 DEPENDPATH+= $(OPIEDIR)/include
15LIBS += -lqpe 15LIBS += -lqpe
16 INTERFACES= 16 INTERFACES=
17 TARGET = tetrix 17 TARGET = tetrix
18 18
19TRANSLATIONS = ../../../i18n/de/tetrix.ts \ 19TRANSLATIONS = ../../../i18n/de/tetrix.ts \
20 ../../../i18n/da/tetrix.ts \ 20 ../../../i18n/da/tetrix.ts \
21 ../../../i18n/xx/tetrix.ts \ 21 ../../../i18n/xx/tetrix.ts \
22 ../../../i18n/en/tetrix.ts \ 22 ../../../i18n/en/tetrix.ts \
23 ../../../i18n/es/tetrix.ts \ 23 ../../../i18n/es/tetrix.ts \
24 ../../../i18n/fr/tetrix.ts \ 24 ../../../i18n/fr/tetrix.ts \
25 ../../../i18n/hu/tetrix.ts \ 25 ../../../i18n/hu/tetrix.ts \
26 ../../../i18n/ja/tetrix.ts \ 26 ../../../i18n/ja/tetrix.ts \
27 ../../../i18n/ko/tetrix.ts \ 27 ../../../i18n/ko/tetrix.ts \
28 ../../../i18n/no/tetrix.ts \ 28 ../../../i18n/no/tetrix.ts \
29 ../../../i18n/pl/tetrix.ts \ 29 ../../../i18n/pl/tetrix.ts \
30 ../../../i18n/pt/tetrix.ts \ 30 ../../../i18n/pt/tetrix.ts \
31 ../../../i18n/pt_BR/tetrix.ts \ 31 ../../../i18n/pt_BR/tetrix.ts \
32 ../../../i18n/sl/tetrix.ts \ 32 ../../../i18n/sl/tetrix.ts \
33 ../../../i18n/zh_CN/tetrix.ts \ 33 ../../../i18n/zh_CN/tetrix.ts \
34 ../../../i18n/it/tetrix.ts \ 34 ../../../i18n/it/tetrix.ts \
35 ../../../i18n/zh_TW/tetrix.ts 35 ../../../i18n/zh_TW/tetrix.ts
36
37
38
39include ( ../../../include.pro )
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 33b8453..777bee2 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -4,24 +4,28 @@ HEADERS = tictac.h
4SOURCES = main.cpp \ 4SOURCES = main.cpp \
5 tictac.cpp 5 tictac.cpp
6TARGET = tictac 6TARGET = tictac
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10DESTDIR = $(OPIEDIR)/bin 10DESTDIR = $(OPIEDIR)/bin
11 11
12TRANSLATIONS = ../../../i18n/de/tictac.ts \ 12TRANSLATIONS = ../../../i18n/de/tictac.ts \
13 ../../../i18n/da/tictac.ts \ 13 ../../../i18n/da/tictac.ts \
14 ../../../i18n/xx/tictac.ts \ 14 ../../../i18n/xx/tictac.ts \
15 ../../../i18n/en/tictac.ts \ 15 ../../../i18n/en/tictac.ts \
16 ../../../i18n/es/tictac.ts \ 16 ../../../i18n/es/tictac.ts \
17 ../../../i18n/fr/tictac.ts \ 17 ../../../i18n/fr/tictac.ts \
18 ../../../i18n/hu/tictac.ts \ 18 ../../../i18n/hu/tictac.ts \
19 ../../../i18n/ja/tictac.ts \ 19 ../../../i18n/ja/tictac.ts \
20 ../../../i18n/ko/tictac.ts \ 20 ../../../i18n/ko/tictac.ts \
21 ../../../i18n/no/tictac.ts \ 21 ../../../i18n/no/tictac.ts \
22 ../../../i18n/pl/tictac.ts \ 22 ../../../i18n/pl/tictac.ts \
23 ../../../i18n/pt/tictac.ts \ 23 ../../../i18n/pt/tictac.ts \
24 ../../../i18n/pt_BR/tictac.ts \ 24 ../../../i18n/pt_BR/tictac.ts \
25 ../../../i18n/sl/tictac.ts \ 25 ../../../i18n/sl/tictac.ts \
26 ../../../i18n/zh_CN/tictac.ts \ 26 ../../../i18n/zh_CN/tictac.ts \
27 ../../../i18n/zh_TW/tictac.ts 27 ../../../i18n/zh_TW/tictac.ts
28
29
30
31include ( ../../../include.pro )
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index f7f978a..3e330b2 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -5,24 +5,28 @@ HEADERS = wordgame.h
5 SOURCES = main.cpp \ 5 SOURCES = main.cpp \
6 wordgame.cpp 6 wordgame.cpp
7 INTERFACES= newgamebase.ui rulesbase.ui 7 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/de/wordgame.ts \ 13TRANSLATIONS = ../../../i18n/de/wordgame.ts \
14 ../../../i18n/da/wordgame.ts \ 14 ../../../i18n/da/wordgame.ts \
15 ../../../i18n/xx/wordgame.ts \ 15 ../../../i18n/xx/wordgame.ts \
16 ../../../i18n/en/wordgame.ts \ 16 ../../../i18n/en/wordgame.ts \
17 ../../../i18n/es/wordgame.ts \ 17 ../../../i18n/es/wordgame.ts \
18 ../../../i18n/fr/wordgame.ts \ 18 ../../../i18n/fr/wordgame.ts \
19 ../../../i18n/hu/wordgame.ts \ 19 ../../../i18n/hu/wordgame.ts \
20 ../../../i18n/ja/wordgame.ts \ 20 ../../../i18n/ja/wordgame.ts \
21 ../../../i18n/ko/wordgame.ts \ 21 ../../../i18n/ko/wordgame.ts \
22 ../../../i18n/no/wordgame.ts \ 22 ../../../i18n/no/wordgame.ts \
23 ../../../i18n/pl/wordgame.ts \ 23 ../../../i18n/pl/wordgame.ts \
24 ../../../i18n/pt/wordgame.ts \ 24 ../../../i18n/pt/wordgame.ts \
25 ../../../i18n/pt_BR/wordgame.ts \ 25 ../../../i18n/pt_BR/wordgame.ts \
26 ../../../i18n/sl/wordgame.ts \ 26 ../../../i18n/sl/wordgame.ts \
27 ../../../i18n/zh_CN/wordgame.ts \ 27 ../../../i18n/zh_CN/wordgame.ts \
28 ../../../i18n/zh_TW/wordgame.ts 28 ../../../i18n/zh_TW/wordgame.ts
29
30
31
32include ( ../../../include.pro )