summaryrefslogtreecommitdiff
path: root/noncore/games/chess
Unidiff
Diffstat (limited to 'noncore/games/chess') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro4
1 files changed, 4 insertions, 0 deletions
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 )