summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/kcheckers.pro
blob: bdbb46ef4e48138c95e1efd399025a1f9873a7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= checkers.h \
		  echeckers.h \
		  field.h \
		  kcheckers.h \
		  rcheckers.h
SOURCES		= checkers.cpp \
		  echeckers.cpp \
		  field.cpp \
		  kcheckers.cpp \
		  main.cpp \
		  rcheckers.cpp
INTERFACES	= 
INCLUDEPATH	+= . \
		  $(OPIEDIR)/include
LIBS		+= -lqpe
DESTDIR		= $(OPIEDIR)/bin
TARGET		= kcheckers

TRANSLATIONS    = ../../i18n/pt_BR/kcheckers.ts
TRANSLATIONS   += ../../i18n/de/kcheckers.ts
TRANSLATIONS   += ../../i18n/en/kcheckers.ts
TRANSLATIONS   += ../../i18n/hu/kcheckers.ts
TRANSLATIONS   += ../../i18n/sl/kcheckers.ts
TRANSLATIONS   += ../../i18n/pl/kcheckers.ts
TRANSLATIONS   += ../../i18n/ja/kcheckers.ts
TRANSLATIONS   += ../../i18n/ko/kcheckers.ts
TRANSLATIONS   += ../../i18n/no/kcheckers.ts
TRANSLATIONS   += ../../i18n/zh_CN/kcheckers.ts
TRANSLATIONS   += ../../i18n/zh_TW/kcheckers.ts
TRANSLATIONS   += ../../i18n/fr/kcheckers.ts