summaryrefslogtreecommitdiff
path: root/noncore/games/go/go.pro
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/go/go.pro
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'noncore/games/go/go.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/go.pro4
1 files changed, 4 insertions, 0 deletions
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 )