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