summaryrefslogtreecommitdiff
path: root/noncore/games
Side-by-side diff
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro8
-rw-r--r--noncore/games/fifteen/fifteen.pro8
-rw-r--r--noncore/games/go/go.pro7
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro7
-rw-r--r--noncore/games/minesweep/minesweep.pro7
-rw-r--r--noncore/games/parashoot/parashoot.pro7
-rw-r--r--noncore/games/qasteroids/qasteroids.pro7
-rw-r--r--noncore/games/snake/snake.pro7
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro7
-rw-r--r--noncore/games/tetrix/tetrix.pro8
-rw-r--r--noncore/games/wordgame/wordgame.pro7
11 files changed, 80 insertions, 0 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index b246767..d9690c0 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -5,12 +5,20 @@ TARGET = chess
DEPENDPATH += $(OPIEDIR)/include
INTERFACES = mainwindow.ui
IMAGES = images/new.png images/repeat.png images/txt.png images/back.png
TEMPLATE =app
CONFIG += qt warn_on release
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -lqpe
DBFILE = chess.db
LANGUAGE = C++
CPP_ALWAYS_CREATE_SOURCE = TRUE
TRANSLATIONS = ../i18n/pt_BR/chess.ts
+TRANSLATIONS += ../i18n/de/chess.ts
+TRANSLATIONS += ../i18n/en/chess.ts
+TRANSLATIONS += ../i18n/hu/chess.ts
+TRANSLATIONS += ../i18n/ja/chess.ts
+TRANSLATIONS += ../i18n/ko/chess.ts
+TRANSLATIONS += ../i18n/no/chess.ts
+TRANSLATIONS += ../i18n/zh_CN/chess.ts
+TRANSLATIONS += ../i18n/zh_TW/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 5dfe519..6c07e57 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,12 +1,20 @@
DESTDIR = ../bin
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = fifteen.h
SOURCES = fifteen.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = fifteen
TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
+TRANSLATIONS += ../i18n/de/fifteen.ts
+TRANSLATIONS += ../i18n/en/fifteen.ts
+TRANSLATIONS += ../i18n/hu/fifteen.ts
+TRANSLATIONS += ../i18n/ja/fifteen.ts
+TRANSLATIONS += ../i18n/ko/fifteen.ts
+TRANSLATIONS += ../i18n/no/fifteen.ts
+TRANSLATIONS += ../i18n/zh_CN/fifteen.ts
+TRANSLATIONS += ../i18n/zh_TW/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 9fc50e7..2d96f82 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -9,12 +9,19 @@ SOURCES = amigo.c \
goplayer.c \
goplayutils.c \
killable.c \
gowidget.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = go
TRANSLATIONS = ../i18n/de/go.ts
TRANSLATIONS += ../i18n/pt_BR/go.ts
+TRANSLATIONS += ../i18n/en/go.ts
+TRANSLATIONS += ../i18n/hu/go.ts
+TRANSLATIONS += ../i18n/ja/go.ts
+TRANSLATIONS += ../i18n/ko/go.ts
+TRANSLATIONS += ../i18n/no/go.ts
+TRANSLATIONS += ../i18n/zh_CN/go.ts
+TRANSLATIONS += ../i18n/zh_TW/go.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 330452a..06f2f4f 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -2,12 +2,19 @@ TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = mindbreaker.h
SOURCES = main.cpp \
mindbreaker.cpp
TARGET = mindbreaker
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/mindbreaker.ts
TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
+TRANSLATIONS += ../i18n/en/mindbreaker.ts
+TRANSLATIONS += ../i18n/hu/mindbreaker.ts
+TRANSLATIONS += ../i18n/ja/mindbreaker.ts
+TRANSLATIONS += ../i18n/ko/mindbreaker.ts
+TRANSLATIONS += ../i18n/no/mindbreaker.ts
+TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts
+TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 00c8c92..1d4c5aa 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -4,12 +4,19 @@ DESTDIR = $(OPIEDIR)/bin
HEADERS = minefield.h \
minesweep.h
SOURCES = main.cpp \
minefield.cpp \
minesweep.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/de/minesweep.ts
TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
+TRANSLATIONS += ../i18n/en/minesweep.ts
+TRANSLATIONS += ../i18n/hu/minesweep.ts
+TRANSLATIONS += ../i18n/ja/minesweep.ts
+TRANSLATIONS += ../i18n/ko/minesweep.ts
+TRANSLATIONS += ../i18n/no/minesweep.ts
+TRANSLATIONS += ../i18n/zh_CN/minesweep.ts
+TRANSLATIONS += ../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index bd2b54a..741adc6 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -1,12 +1,19 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h
SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp
TARGET = parashoot
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/parashoot.ts
TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
+TRANSLATIONS += ../i18n/en/parashoot.ts
+TRANSLATIONS += ../i18n/hu/parashoot.ts
+TRANSLATIONS += ../i18n/ja/parashoot.ts
+TRANSLATIONS += ../i18n/ko/parashoot.ts
+TRANSLATIONS += ../i18n/no/parashoot.ts
+TRANSLATIONS += ../i18n/zh_CN/parashoot.ts
+TRANSLATIONS += ../i18n/zh_TW/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 7fd8bdb..4e639e5 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -1,12 +1,19 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = ledmeter.h sprites.h toplevel.h view.h
SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp
TARGET = qasteroids
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/qasteroids.ts
TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
+TRANSLATIONS += ../i18n/en/qasteroids.ts
+TRANSLATIONS += ../i18n/hu/qasteroids.ts
+TRANSLATIONS += ../i18n/ja/qasteroids.ts
+TRANSLATIONS += ../i18n/ko/qasteroids.ts
+TRANSLATIONS += ../i18n/no/qasteroids.ts
+TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts
+TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 8971454..c7cfce0 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -1,12 +1,19 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = snake.h target.h obstacle.h interface.h codes.h
SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
TARGET = snake
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/snake.ts
TRANSLATIONS += ../i18n/pt_BR/snake.ts
+TRANSLATIONS += ../i18n/en/snake.ts
+TRANSLATIONS += ../i18n/hu/snake.ts
+TRANSLATIONS += ../i18n/ja/snake.ts
+TRANSLATIONS += ../i18n/ko/snake.ts
+TRANSLATIONS += ../i18n/no/snake.ts
+TRANSLATIONS += ../i18n/zh_CN/snake.ts
+TRANSLATIONS += ../i18n/zh_TW/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 96cee06..5426201 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -8,12 +8,19 @@ HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardp
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
TARGET = patience
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
REQUIRES = patience
TRANSLATIONS = ../i18n/de/patience.ts
TRANSLATIONS += ../i18n/pt_BR/patience.ts
+TRANSLATIONS += ../i18n/en/patience.ts
+TRANSLATIONS += ../i18n/hu/patience.ts
+TRANSLATIONS += ../i18n/ja/patience.ts
+TRANSLATIONS += ../i18n/ko/patience.ts
+TRANSLATIONS += ../i18n/no/patience.ts
+TRANSLATIONS += ../i18n/zh_CN/patience.ts
+TRANSLATIONS += ../i18n/zh_TW/patience.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 9079bc4..24ad066 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -8,12 +8,20 @@ HEADERS = minefield.h \
tpiece.h
SOURCES = main.cpp \
gtetrix.cpp \
qtetrix.cpp \
qtetrixb.cpp \
tpiece.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/pt_BR/tetrix.ts
+TRANSLATIONS += ../i18n/de/tetrix.ts
+TRANSLATIONS += ../i18n/en/tetrix.ts
+TRANSLATIONS += ../i18n/hu/tetrix.ts
+TRANSLATIONS += ../i18n/ja/tetrix.ts
+TRANSLATIONS += ../i18n/ko/tetrix.ts
+TRANSLATIONS += ../i18n/no/tetrix.ts
+TRANSLATIONS += ../i18n/zh_CN/tetrix.ts
+TRANSLATIONS += ../i18n/zh_TW/tetrix.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 15ebe31..bd6cad0 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -3,12 +3,19 @@ CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = wordgame.h
SOURCES = main.cpp \
wordgame.cpp
INTERFACES = newgamebase.ui rulesbase.ui
TARGET = wordgame
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/wordgame.ts
TRANSLATIONS += ../i18n/pt_BR/wordgame.ts
+TRANSLATIONS += ../i18n/en/wordgame.ts
+TRANSLATIONS += ../i18n/hu/wordgame.ts
+TRANSLATIONS += ../i18n/ja/wordgame.ts
+TRANSLATIONS += ../i18n/ko/wordgame.ts
+TRANSLATIONS += ../i18n/no/wordgame.ts
+TRANSLATIONS += ../i18n/zh_CN/wordgame.ts
+TRANSLATIONS += ../i18n/zh_TW/wordgame.ts