summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/kcheckers.pro
Unidiff
Diffstat (limited to 'noncore/games/kcheckers/kcheckers.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kcheckers/kcheckers.pro31
1 files changed, 14 insertions, 17 deletions
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
@@ -14,23 +14,20 @@ SOURCES = checkers.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