summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro31
-rw-r--r--noncore/games/fifteen/fifteen.pro31
-rw-r--r--noncore/games/go/go.pro31
-rw-r--r--noncore/games/kbill/kbill.pro30
-rw-r--r--noncore/games/kcheckers/kcheckers.pro31
-rw-r--r--noncore/games/kpacman/kpacman.pro31
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro31
-rw-r--r--noncore/games/minesweep/minesweep.pro31
-rw-r--r--noncore/games/parashoot/parashoot.pro31
-rw-r--r--noncore/games/qasteroids/qasteroids.pro31
-rw-r--r--noncore/games/snake/snake.pro31
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro37
-rw-r--r--noncore/games/tetrix/tetrix.pro31
-rw-r--r--noncore/games/tictac/tictac.pro31
-rw-r--r--noncore/games/wordgame/wordgame.pro31
15 files changed, 210 insertions, 260 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index 1307b66..dd0f889 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -4,29 +4,26 @@ DESTDIR = $(OPIEDIR)/bin
4TARGET = chess 4TARGET = chess
5 DEPENDPATH+= $(OPIEDIR)/include 5 DEPENDPATH+= $(OPIEDIR)/include
6INTERFACES = mainwindow.ui 6INTERFACES = mainwindow.ui
7 IMAGES= images/new.png images/repeat.png images/txt.png images/back.png 7 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
16 16TRANSLATIONS = ../../../i18n/de/chess.ts \
17 17 ../../../i18n/en/chess.ts \
18TRANSLATIONS = ../../../i18n/de/chess.ts 18 ../../../i18n/es/chess.ts \
19TRANSLATIONS += ../../../i18n/en/chess.ts 19 ../../../i18n/fr/chess.ts \
20TRANSLATIONS += ../../../i18n/es/chess.ts 20 ../../../i18n/hu/chess.ts \
21TRANSLATIONS += ../../../i18n/fr/chess.ts 21 ../../../i18n/ja/chess.ts \
22TRANSLATIONS += ../../../i18n/hu/chess.ts 22 ../../../i18n/ko/chess.ts \
23TRANSLATIONS += ../../../i18n/ja/chess.ts 23 ../../../i18n/no/chess.ts \
24TRANSLATIONS += ../../../i18n/ko/chess.ts 24 ../../../i18n/pl/chess.ts \
25TRANSLATIONS += ../../../i18n/no/chess.ts 25 ../../../i18n/pt/chess.ts \
26TRANSLATIONS += ../../../i18n/pl/chess.ts 26 ../../../i18n/pt_BR/chess.ts \
27TRANSLATIONS += ../../../i18n/pt/chess.ts 27 ../../../i18n/sl/chess.ts \
28TRANSLATIONS += ../../../i18n/pt_BR/chess.ts 28 ../../../i18n/zh_CN/chess.ts \
29TRANSLATIONS += ../../../i18n/sl/chess.ts 29 ../../../i18n/zh_TW/chess.ts
30TRANSLATIONS += ../../../i18n/zh_CN/chess.ts
31TRANSLATIONS += ../../../i18n/zh_TW/chess.ts
32
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 7657823..a8af31a 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,28 +1,25 @@
1 DESTDIR = $(OPIEDIR)/bin 1 DESTDIR = $(OPIEDIR)/bin
2 TEMPLATE= app 2 TEMPLATE= app
3 CONFIG = qt warn_on release 3 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
12 12TRANSLATIONS = ../../../i18n/de/fifteen.ts \
13 13 ../../../i18n/en/fifteen.ts \
14TRANSLATIONS = ../../../i18n/de/fifteen.ts 14 ../../../i18n/es/fifteen.ts \
15TRANSLATIONS += ../../../i18n/en/fifteen.ts 15 ../../../i18n/fr/fifteen.ts \
16TRANSLATIONS += ../../../i18n/es/fifteen.ts 16 ../../../i18n/hu/fifteen.ts \
17TRANSLATIONS += ../../../i18n/fr/fifteen.ts 17 ../../../i18n/ja/fifteen.ts \
18TRANSLATIONS += ../../../i18n/hu/fifteen.ts 18 ../../../i18n/ko/fifteen.ts \
19TRANSLATIONS += ../../../i18n/ja/fifteen.ts 19 ../../../i18n/no/fifteen.ts \
20TRANSLATIONS += ../../../i18n/ko/fifteen.ts 20 ../../../i18n/pl/fifteen.ts \
21TRANSLATIONS += ../../../i18n/no/fifteen.ts 21 ../../../i18n/pt/fifteen.ts \
22TRANSLATIONS += ../../../i18n/pl/fifteen.ts 22 ../../../i18n/pt_BR/fifteen.ts \
23TRANSLATIONS += ../../../i18n/pt/fifteen.ts 23 ../../../i18n/sl/fifteen.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/fifteen.ts 24 ../../../i18n/zh_CN/fifteen.ts \
25TRANSLATIONS += ../../../i18n/sl/fifteen.ts 25 ../../../i18n/zh_TW/fifteen.ts
26TRANSLATIONS += ../../../i18n/zh_CN/fifteen.ts
27TRANSLATIONS += ../../../i18n/zh_TW/fifteen.ts
28
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 76cc4f2..11f2098 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -7,29 +7,26 @@ HEADERS = amigo.h \
7 gowidget.h 7 gowidget.h
8 SOURCES = amigo.c \ 8 SOURCES = amigo.c \
9 goplayer.c \ 9 goplayer.c \
10 goplayutils.c \ 10 goplayutils.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
19 19TRANSLATIONS = ../../../i18n/de/go.ts \
20 20 ../../../i18n/en/go.ts \
21TRANSLATIONS = ../../../i18n/de/go.ts 21 ../../../i18n/es/go.ts \
22TRANSLATIONS += ../../../i18n/en/go.ts 22 ../../../i18n/fr/go.ts \
23TRANSLATIONS += ../../../i18n/es/go.ts 23 ../../../i18n/hu/go.ts \
24TRANSLATIONS += ../../../i18n/fr/go.ts 24 ../../../i18n/ja/go.ts \
25TRANSLATIONS += ../../../i18n/hu/go.ts 25 ../../../i18n/ko/go.ts \
26TRANSLATIONS += ../../../i18n/ja/go.ts 26 ../../../i18n/no/go.ts \
27TRANSLATIONS += ../../../i18n/ko/go.ts 27 ../../../i18n/pl/go.ts \
28TRANSLATIONS += ../../../i18n/no/go.ts 28 ../../../i18n/pt/go.ts \
29TRANSLATIONS += ../../../i18n/pl/go.ts 29 ../../../i18n/pt_BR/go.ts \
30TRANSLATIONS += ../../../i18n/pt/go.ts 30 ../../../i18n/sl/go.ts \
31TRANSLATIONS += ../../../i18n/pt_BR/go.ts 31 ../../../i18n/zh_CN/go.ts \
32TRANSLATIONS += ../../../i18n/sl/go.ts 32 ../../../i18n/zh_TW/go.ts
33TRANSLATIONS += ../../../i18n/zh_CN/go.ts
34TRANSLATIONS += ../../../i18n/zh_TW/go.ts
35
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro
index a4ea7da..e0f6d1c 100644
--- a/noncore/games/kbill/kbill.pro
+++ b/noncore/games/kbill/kbill.pro
@@ -4,28 +4,26 @@ HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \
4Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ 4Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \
5UI.h objects.h inputbox.h 5UI.h objects.h inputbox.h
6 SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ 6 SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \
7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ 7Library.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 13 LIBS += -lqpe
14 DESTDIR = $(OPIEDIR)/bin 14 DESTDIR = $(OPIEDIR)/bin
15 15
16 16TRANSLATIONS = ../../../i18n/de/kbill.ts \
17TRANSLATIONS = ../../../i18n/de/kbill.ts 17 ../../../i18n/en/kbill.ts \
18TRANSLATIONS += ../../../i18n/en/kbill.ts 18 ../../../i18n/es/kbill.ts \
19TRANSLATIONS += ../../../i18n/es/kbill.ts 19 ../../../i18n/fr/kbill.ts \
20TRANSLATIONS += ../../../i18n/fr/kbill.ts 20 ../../../i18n/hu/kbill.ts \
21TRANSLATIONS += ../../../i18n/hu/kbill.ts 21 ../../../i18n/ja/kbill.ts \
22TRANSLATIONS += ../../../i18n/ja/kbill.ts 22 ../../../i18n/ko/kbill.ts \
23TRANSLATIONS += ../../../i18n/ko/kbill.ts 23 ../../../i18n/no/kbill.ts \
24TRANSLATIONS += ../../../i18n/no/kbill.ts 24 ../../../i18n/pl/kbill.ts \
25TRANSLATIONS += ../../../i18n/pl/kbill.ts 25 ../../../i18n/pt/kbill.ts \
26TRANSLATIONS += ../../../i18n/pt/kbill.ts 26 ../../../i18n/pt_BR/kbill.ts \
27TRANSLATIONS += ../../../i18n/pt_BR/kbill.ts 27 ../../../i18n/sl/kbill.ts \
28TRANSLATIONS += ../../../i18n/sl/kbill.ts 28 ../../../i18n/zh_CN/kbill.ts \
29TRANSLATIONS += ../../../i18n/zh_CN/kbill.ts 29 ../../../i18n/zh_TW/kbill.ts
30TRANSLATIONS += ../../../i18n/zh_TW/kbill.ts
31
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index 1801979..9358e99 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -8,29 +8,26 @@ HEADERS = checkers.h \
8 SOURCES = checkers.cpp \ 8 SOURCES = checkers.cpp \
9 echeckers.cpp \ 9 echeckers.cpp \
10 field.cpp \ 10 field.cpp \
11 kcheckers.cpp \ 11 kcheckers.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
20 20TRANSLATIONS = ../../../i18n/de/kcheckers.ts \
21 21 ../../../i18n/en/kcheckers.ts \
22TRANSLATIONS = ../../../i18n/de/kcheckers.ts 22 ../../../i18n/es/kcheckers.ts \
23TRANSLATIONS += ../../../i18n/en/kcheckers.ts 23 ../../../i18n/fr/kcheckers.ts \
24TRANSLATIONS += ../../../i18n/es/kcheckers.ts 24 ../../../i18n/hu/kcheckers.ts \
25TRANSLATIONS += ../../../i18n/fr/kcheckers.ts 25 ../../../i18n/ja/kcheckers.ts \
26TRANSLATIONS += ../../../i18n/hu/kcheckers.ts 26 ../../../i18n/ko/kcheckers.ts \
27TRANSLATIONS += ../../../i18n/ja/kcheckers.ts 27 ../../../i18n/no/kcheckers.ts \
28TRANSLATIONS += ../../../i18n/ko/kcheckers.ts 28 ../../../i18n/pl/kcheckers.ts \
29TRANSLATIONS += ../../../i18n/no/kcheckers.ts 29 ../../../i18n/pt/kcheckers.ts \
30TRANSLATIONS += ../../../i18n/pl/kcheckers.ts 30 ../../../i18n/pt_BR/kcheckers.ts \
31TRANSLATIONS += ../../../i18n/pt/kcheckers.ts 31 ../../../i18n/sl/kcheckers.ts \
32TRANSLATIONS += ../../../i18n/pt_BR/kcheckers.ts 32 ../../../i18n/zh_CN/kcheckers.ts \
33TRANSLATIONS += ../../../i18n/sl/kcheckers.ts 33 ../../../i18n/zh_TW/kcheckers.ts
34TRANSLATIONS += ../../../i18n/zh_CN/kcheckers.ts
35TRANSLATIONS += ../../../i18n/zh_TW/kcheckers.ts
36
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index 3ce09ab..7f3c7f4 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -25,35 +25,32 @@ SOURCES = kpacmanwidget.cpp \
25 painter.cpp \ 25 painter.cpp \
26 score.cpp \ 26 score.cpp \
27 pacman.cpp \ 27 pacman.cpp \
28 monster.cpp \ 28 monster.cpp \
29 keys.cpp \ 29 keys.cpp \
30 fruit.cpp \ 30 fruit.cpp \
31 energizer.cpp \ 31 energizer.cpp \
32 board.cpp \ 32 board.cpp \
33 bitfont.cpp \ 33 bitfont.cpp \
34 kpacman.cpp \ 34 kpacman.cpp \
35 config.cpp \ 35 config.cpp \
36 main.cpp 36 main.cpp
37
38 INCLUDEPATH+= $(OPIEDIR)/include 37 INCLUDEPATH+= $(OPIEDIR)/include
39 DEPENDPATH+= $(OPIEDIR)/include 38 DEPENDPATH+= $(OPIEDIR)/include
40LIBS += -lqpe 39LIBS += -lqpe
41DESTDIR = $(OPIEDIR)/bin 40DESTDIR = $(OPIEDIR)/bin
42 TARGET = kpacman 41 TARGET = kpacman
43 42
44 43TRANSLATIONS = ../../../i18n/de/kpacman.ts \
45TRANSLATIONS = ../../../i18n/de/kpacman.ts 44 ../../../i18n/en/kpacman.ts \
46TRANSLATIONS += ../../../i18n/en/kpacman.ts 45 ../../../i18n/es/kpacman.ts \
47TRANSLATIONS += ../../../i18n/es/kpacman.ts 46 ../../../i18n/fr/kpacman.ts \
48TRANSLATIONS += ../../../i18n/fr/kpacman.ts 47 ../../../i18n/hu/kpacman.ts \
49TRANSLATIONS += ../../../i18n/hu/kpacman.ts 48 ../../../i18n/ja/kpacman.ts \
50TRANSLATIONS += ../../../i18n/ja/kpacman.ts 49 ../../../i18n/ko/kpacman.ts \
51TRANSLATIONS += ../../../i18n/ko/kpacman.ts 50 ../../../i18n/no/kpacman.ts \
52TRANSLATIONS += ../../../i18n/no/kpacman.ts 51 ../../../i18n/pl/kpacman.ts \
53TRANSLATIONS += ../../../i18n/pl/kpacman.ts 52 ../../../i18n/pt/kpacman.ts \
54TRANSLATIONS += ../../../i18n/pt/kpacman.ts 53 ../../../i18n/pt_BR/kpacman.ts \
55TRANSLATIONS += ../../../i18n/pt_BR/kpacman.ts 54 ../../../i18n/sl/kpacman.ts \
56TRANSLATIONS += ../../../i18n/sl/kpacman.ts 55 ../../../i18n/zh_CN/kpacman.ts \
57TRANSLATIONS += ../../../i18n/zh_CN/kpacman.ts 56 ../../../i18n/zh_TW/kpacman.ts
58TRANSLATIONS += ../../../i18n/zh_TW/kpacman.ts
59
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 1173cd2..60aa660 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -1,28 +1,25 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(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
12 12TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \
13 13 ../../../i18n/en/mindbreaker.ts \
14TRANSLATIONS = ../../../i18n/de/mindbreaker.ts 14 ../../../i18n/es/mindbreaker.ts \
15TRANSLATIONS += ../../../i18n/en/mindbreaker.ts 15 ../../../i18n/fr/mindbreaker.ts \
16TRANSLATIONS += ../../../i18n/es/mindbreaker.ts 16 ../../../i18n/hu/mindbreaker.ts \
17TRANSLATIONS += ../../../i18n/fr/mindbreaker.ts 17 ../../../i18n/ja/mindbreaker.ts \
18TRANSLATIONS += ../../../i18n/hu/mindbreaker.ts 18 ../../../i18n/ko/mindbreaker.ts \
19TRANSLATIONS += ../../../i18n/ja/mindbreaker.ts 19 ../../../i18n/no/mindbreaker.ts \
20TRANSLATIONS += ../../../i18n/ko/mindbreaker.ts 20 ../../../i18n/pl/mindbreaker.ts \
21TRANSLATIONS += ../../../i18n/no/mindbreaker.ts 21 ../../../i18n/pt/mindbreaker.ts \
22TRANSLATIONS += ../../../i18n/pl/mindbreaker.ts 22 ../../../i18n/pt_BR/mindbreaker.ts \
23TRANSLATIONS += ../../../i18n/pt/mindbreaker.ts 23 ../../../i18n/sl/mindbreaker.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/mindbreaker.ts 24 ../../../i18n/zh_CN/mindbreaker.ts \
25TRANSLATIONS += ../../../i18n/sl/mindbreaker.ts 25 ../../../i18n/zh_TW/mindbreaker.ts
26TRANSLATIONS += ../../../i18n/zh_CN/mindbreaker.ts
27TRANSLATIONS += ../../../i18n/zh_TW/mindbreaker.ts
28
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 8453a74..05b1ab4 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -2,29 +2,26 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = minefield.h \ 4 HEADERS = minefield.h \
5 minesweep.h 5 minesweep.h
6 SOURCES = main.cpp \ 6 SOURCES = main.cpp \
7 minefield.cpp \ 7 minefield.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 13
14 14TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts \
15 15 ../../../i18n/en/minesweep.pro.in.ts \
16TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts 16 ../../../i18n/es/minesweep.pro.in.ts \
17TRANSLATIONS += ../../../i18n/en/minesweep.pro.in.ts 17 ../../../i18n/fr/minesweep.pro.in.ts \
18TRANSLATIONS += ../../../i18n/es/minesweep.pro.in.ts 18 ../../../i18n/hu/minesweep.pro.in.ts \
19TRANSLATIONS += ../../../i18n/fr/minesweep.pro.in.ts 19 ../../../i18n/ja/minesweep.pro.in.ts \
20TRANSLATIONS += ../../../i18n/hu/minesweep.pro.in.ts 20 ../../../i18n/ko/minesweep.pro.in.ts \
21TRANSLATIONS += ../../../i18n/ja/minesweep.pro.in.ts 21 ../../../i18n/no/minesweep.pro.in.ts \
22TRANSLATIONS += ../../../i18n/ko/minesweep.pro.in.ts 22 ../../../i18n/pl/minesweep.pro.in.ts \
23TRANSLATIONS += ../../../i18n/no/minesweep.pro.in.ts 23 ../../../i18n/pt/minesweep.pro.in.ts \
24TRANSLATIONS += ../../../i18n/pl/minesweep.pro.in.ts 24 ../../../i18n/pt_BR/minesweep.pro.in.ts \
25TRANSLATIONS += ../../../i18n/pt/minesweep.pro.in.ts 25 ../../../i18n/sl/minesweep.pro.in.ts \
26TRANSLATIONS += ../../../i18n/pt_BR/minesweep.pro.in.ts 26 ../../../i18n/zh_CN/minesweep.pro.in.ts \
27TRANSLATIONS += ../../../i18n/sl/minesweep.pro.in.ts 27 ../../../i18n/zh_TW/minesweep.pro.in.ts
28TRANSLATIONS += ../../../i18n/zh_CN/minesweep.pro.in.ts
29TRANSLATIONS += ../../../i18n/zh_TW/minesweep.pro.in.ts
30
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 5977024..b601ae1 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -1,27 +1,24 @@
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 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
11 11TRANSLATIONS = ../../../i18n/de/parashoot.ts \
12 12 ../../../i18n/en/parashoot.ts \
13TRANSLATIONS = ../../../i18n/de/parashoot.ts 13 ../../../i18n/es/parashoot.ts \
14TRANSLATIONS += ../../../i18n/en/parashoot.ts 14 ../../../i18n/fr/parashoot.ts \
15TRANSLATIONS += ../../../i18n/es/parashoot.ts 15 ../../../i18n/hu/parashoot.ts \
16TRANSLATIONS += ../../../i18n/fr/parashoot.ts 16 ../../../i18n/ja/parashoot.ts \
17TRANSLATIONS += ../../../i18n/hu/parashoot.ts 17 ../../../i18n/ko/parashoot.ts \
18TRANSLATIONS += ../../../i18n/ja/parashoot.ts 18 ../../../i18n/no/parashoot.ts \
19TRANSLATIONS += ../../../i18n/ko/parashoot.ts 19 ../../../i18n/pl/parashoot.ts \
20TRANSLATIONS += ../../../i18n/no/parashoot.ts 20 ../../../i18n/pt/parashoot.ts \
21TRANSLATIONS += ../../../i18n/pl/parashoot.ts 21 ../../../i18n/pt_BR/parashoot.ts \
22TRANSLATIONS += ../../../i18n/pt/parashoot.ts 22 ../../../i18n/sl/parashoot.ts \
23TRANSLATIONS += ../../../i18n/pt_BR/parashoot.ts 23 ../../../i18n/zh_CN/parashoot.ts \
24TRANSLATIONS += ../../../i18n/sl/parashoot.ts 24 ../../../i18n/zh_TW/parashoot.ts
25TRANSLATIONS += ../../../i18n/zh_CN/parashoot.ts
26TRANSLATIONS += ../../../i18n/zh_TW/parashoot.ts
27
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 5876f8b..f7c05be 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -1,27 +1,24 @@
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 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
11 11TRANSLATIONS = ../../../i18n/de/qasteroids.ts \
12 12 ../../../i18n/en/qasteroids.ts \
13TRANSLATIONS = ../../../i18n/de/qasteroids.ts 13 ../../../i18n/es/qasteroids.ts \
14TRANSLATIONS += ../../../i18n/en/qasteroids.ts 14 ../../../i18n/fr/qasteroids.ts \
15TRANSLATIONS += ../../../i18n/es/qasteroids.ts 15 ../../../i18n/hu/qasteroids.ts \
16TRANSLATIONS += ../../../i18n/fr/qasteroids.ts 16 ../../../i18n/ja/qasteroids.ts \
17TRANSLATIONS += ../../../i18n/hu/qasteroids.ts 17 ../../../i18n/ko/qasteroids.ts \
18TRANSLATIONS += ../../../i18n/ja/qasteroids.ts 18 ../../../i18n/no/qasteroids.ts \
19TRANSLATIONS += ../../../i18n/ko/qasteroids.ts 19 ../../../i18n/pl/qasteroids.ts \
20TRANSLATIONS += ../../../i18n/no/qasteroids.ts 20 ../../../i18n/pt/qasteroids.ts \
21TRANSLATIONS += ../../../i18n/pl/qasteroids.ts 21 ../../../i18n/pt_BR/qasteroids.ts \
22TRANSLATIONS += ../../../i18n/pt/qasteroids.ts 22 ../../../i18n/sl/qasteroids.ts \
23TRANSLATIONS += ../../../i18n/pt_BR/qasteroids.ts 23 ../../../i18n/zh_CN/qasteroids.ts \
24TRANSLATIONS += ../../../i18n/sl/qasteroids.ts 24 ../../../i18n/zh_TW/qasteroids.ts
25TRANSLATIONS += ../../../i18n/zh_CN/qasteroids.ts
26TRANSLATIONS += ../../../i18n/zh_TW/qasteroids.ts
27
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 8fbf15c..0c4ba67 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -1,27 +1,24 @@
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 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
11 11TRANSLATIONS = ../../../i18n/de/snake.ts \
12 12 ../../../i18n/en/snake.ts \
13TRANSLATIONS = ../../../i18n/de/snake.ts 13 ../../../i18n/es/snake.ts \
14TRANSLATIONS += ../../../i18n/en/snake.ts 14 ../../../i18n/fr/snake.ts \
15TRANSLATIONS += ../../../i18n/es/snake.ts 15 ../../../i18n/hu/snake.ts \
16TRANSLATIONS += ../../../i18n/fr/snake.ts 16 ../../../i18n/ja/snake.ts \
17TRANSLATIONS += ../../../i18n/hu/snake.ts 17 ../../../i18n/ko/snake.ts \
18TRANSLATIONS += ../../../i18n/ja/snake.ts 18 ../../../i18n/no/snake.ts \
19TRANSLATIONS += ../../../i18n/ko/snake.ts 19 ../../../i18n/pl/snake.ts \
20TRANSLATIONS += ../../../i18n/no/snake.ts 20 ../../../i18n/pt/snake.ts \
21TRANSLATIONS += ../../../i18n/pl/snake.ts 21 ../../../i18n/pt_BR/snake.ts \
22TRANSLATIONS += ../../../i18n/pt/snake.ts 22 ../../../i18n/sl/snake.ts \
23TRANSLATIONS += ../../../i18n/pt_BR/snake.ts 23 ../../../i18n/zh_CN/snake.ts \
24TRANSLATIONS += ../../../i18n/sl/snake.ts 24 ../../../i18n/zh_TW/snake.ts
25TRANSLATIONS += ../../../i18n/zh_CN/snake.ts
26TRANSLATIONS += ../../../i18n/zh_TW/snake.ts
27
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 4919dbf..01d87ed 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -1,34 +1,25 @@
1 TEMPLATE= app 1 TEMPLATE= app
2
3 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
4 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
5
6 HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h 4 HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h
7
8 SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp 5 SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp
9
10 TARGET = patience 6 TARGET = patience
11
12INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
13 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
14LIBS += -lqpe 9LIBS += -lqpe
15
16 REQUIRES= patience 10 REQUIRES= patience
17 11
18 12TRANSLATIONS = ../../../i18n/de/patience.ts \
19 13 ../../../i18n/en/patience.ts \
20TRANSLATIONS = ../../../i18n/de/patience.ts 14 ../../../i18n/es/patience.ts \
21TRANSLATIONS += ../../../i18n/en/patience.ts 15 ../../../i18n/fr/patience.ts \
22TRANSLATIONS += ../../../i18n/es/patience.ts 16 ../../../i18n/hu/patience.ts \
23TRANSLATIONS += ../../../i18n/fr/patience.ts 17 ../../../i18n/ja/patience.ts \
24TRANSLATIONS += ../../../i18n/hu/patience.ts 18 ../../../i18n/ko/patience.ts \
25TRANSLATIONS += ../../../i18n/ja/patience.ts 19 ../../../i18n/no/patience.ts \
26TRANSLATIONS += ../../../i18n/ko/patience.ts 20 ../../../i18n/pl/patience.ts \
27TRANSLATIONS += ../../../i18n/no/patience.ts 21 ../../../i18n/pt/patience.ts \
28TRANSLATIONS += ../../../i18n/pl/patience.ts 22 ../../../i18n/pt_BR/patience.ts \
29TRANSLATIONS += ../../../i18n/pt/patience.ts 23 ../../../i18n/sl/patience.ts \
30TRANSLATIONS += ../../../i18n/pt_BR/patience.ts 24 ../../../i18n/zh_CN/patience.ts \
31TRANSLATIONS += ../../../i18n/sl/patience.ts 25 ../../../i18n/zh_TW/patience.ts
32TRANSLATIONS += ../../../i18n/zh_CN/patience.ts
33TRANSLATIONS += ../../../i18n/zh_TW/patience.ts
34
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 4928ff7..064f5ce 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -7,29 +7,26 @@ HEADERS = minefield.h \
7 qtetrixb.h \ 7 qtetrixb.h \
8 tpiece.h 8 tpiece.h
9 SOURCES = main.cpp \ 9 SOURCES = main.cpp \
10 gtetrix.cpp \ 10 gtetrix.cpp \
11 qtetrix.cpp \ 11 qtetrix.cpp \
12 qtetrixb.cpp \ 12 qtetrixb.cpp \
13 tpiece.cpp 13 tpiece.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
19 19TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts \
20 20 ../../../i18n/en/tetrix.pro.in.ts \
21TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts 21 ../../../i18n/es/tetrix.pro.in.ts \
22TRANSLATIONS += ../../../i18n/en/tetrix.pro.in.ts 22 ../../../i18n/fr/tetrix.pro.in.ts \
23TRANSLATIONS += ../../../i18n/es/tetrix.pro.in.ts 23 ../../../i18n/hu/tetrix.pro.in.ts \
24TRANSLATIONS += ../../../i18n/fr/tetrix.pro.in.ts 24 ../../../i18n/ja/tetrix.pro.in.ts \
25TRANSLATIONS += ../../../i18n/hu/tetrix.pro.in.ts 25 ../../../i18n/ko/tetrix.pro.in.ts \
26TRANSLATIONS += ../../../i18n/ja/tetrix.pro.in.ts 26 ../../../i18n/no/tetrix.pro.in.ts \
27TRANSLATIONS += ../../../i18n/ko/tetrix.pro.in.ts 27 ../../../i18n/pl/tetrix.pro.in.ts \
28TRANSLATIONS += ../../../i18n/no/tetrix.pro.in.ts 28 ../../../i18n/pt/tetrix.pro.in.ts \
29TRANSLATIONS += ../../../i18n/pl/tetrix.pro.in.ts 29 ../../../i18n/pt_BR/tetrix.pro.in.ts \
30TRANSLATIONS += ../../../i18n/pt/tetrix.pro.in.ts 30 ../../../i18n/sl/tetrix.pro.in.ts \
31TRANSLATIONS += ../../../i18n/pt_BR/tetrix.pro.in.ts 31 ../../../i18n/zh_CN/tetrix.pro.in.ts \
32TRANSLATIONS += ../../../i18n/sl/tetrix.pro.in.ts 32 ../../../i18n/zh_TW/tetrix.pro.in.ts
33TRANSLATIONS += ../../../i18n/zh_CN/tetrix.pro.in.ts
34TRANSLATIONS += ../../../i18n/zh_TW/tetrix.pro.in.ts
35
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 071eefa..0807e83 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -1,29 +1,26 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = tictac.h 3HEADERS = tictac.h
4SOURCES = main.cpp \ 4SOURCES = main.cpp \
5 tictac.cpp 5 tictac.cpp
6TARGET = tictac 6TARGET = tictac
7REQUIRES=medium-config 7REQUIRES=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
13 13TRANSLATIONS = ../../../i18n/de/tictac.ts \
14 14 ../../../i18n/en/tictac.ts \
15TRANSLATIONS = ../../../i18n/de/tictac.ts 15 ../../../i18n/es/tictac.ts \
16TRANSLATIONS += ../../../i18n/en/tictac.ts 16 ../../../i18n/fr/tictac.ts \
17TRANSLATIONS += ../../../i18n/es/tictac.ts 17 ../../../i18n/hu/tictac.ts \
18TRANSLATIONS += ../../../i18n/fr/tictac.ts 18 ../../../i18n/ja/tictac.ts \
19TRANSLATIONS += ../../../i18n/hu/tictac.ts 19 ../../../i18n/ko/tictac.ts \
20TRANSLATIONS += ../../../i18n/ja/tictac.ts 20 ../../../i18n/no/tictac.ts \
21TRANSLATIONS += ../../../i18n/ko/tictac.ts 21 ../../../i18n/pl/tictac.ts \
22TRANSLATIONS += ../../../i18n/no/tictac.ts 22 ../../../i18n/pt/tictac.ts \
23TRANSLATIONS += ../../../i18n/pl/tictac.ts 23 ../../../i18n/pt_BR/tictac.ts \
24TRANSLATIONS += ../../../i18n/pt/tictac.ts 24 ../../../i18n/sl/tictac.ts \
25TRANSLATIONS += ../../../i18n/pt_BR/tictac.ts 25 ../../../i18n/zh_CN/tictac.ts \
26TRANSLATIONS += ../../../i18n/sl/tictac.ts 26 ../../../i18n/zh_TW/tictac.ts
27TRANSLATIONS += ../../../i18n/zh_CN/tictac.ts
28TRANSLATIONS += ../../../i18n/zh_TW/tictac.ts
29
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 495f6d2..6c3398a 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -1,29 +1,26 @@
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 HEADERS = wordgame.h 4 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
13 13TRANSLATIONS = ../../../i18n/de/wordgame.ts \
14 14 ../../../i18n/en/wordgame.ts \
15TRANSLATIONS = ../../../i18n/de/wordgame.ts 15 ../../../i18n/es/wordgame.ts \
16TRANSLATIONS += ../../../i18n/en/wordgame.ts 16 ../../../i18n/fr/wordgame.ts \
17TRANSLATIONS += ../../../i18n/es/wordgame.ts 17 ../../../i18n/hu/wordgame.ts \
18TRANSLATIONS += ../../../i18n/fr/wordgame.ts 18 ../../../i18n/ja/wordgame.ts \
19TRANSLATIONS += ../../../i18n/hu/wordgame.ts 19 ../../../i18n/ko/wordgame.ts \
20TRANSLATIONS += ../../../i18n/ja/wordgame.ts 20 ../../../i18n/no/wordgame.ts \
21TRANSLATIONS += ../../../i18n/ko/wordgame.ts 21 ../../../i18n/pl/wordgame.ts \
22TRANSLATIONS += ../../../i18n/no/wordgame.ts 22 ../../../i18n/pt/wordgame.ts \
23TRANSLATIONS += ../../../i18n/pl/wordgame.ts 23 ../../../i18n/pt_BR/wordgame.ts \
24TRANSLATIONS += ../../../i18n/pt/wordgame.ts 24 ../../../i18n/sl/wordgame.ts \
25TRANSLATIONS += ../../../i18n/pt_BR/wordgame.ts 25 ../../../i18n/zh_CN/wordgame.ts \
26TRANSLATIONS += ../../../i18n/sl/wordgame.ts 26 ../../../i18n/zh_TW/wordgame.ts
27TRANSLATIONS += ../../../i18n/zh_CN/wordgame.ts
28TRANSLATIONS += ../../../i18n/zh_TW/wordgame.ts
29