summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/kcheckers.pro
blob: d8b5231d487874173617e0bac7e5ad3075839387 (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
33
34
35
36
37
38
39
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/de/kcheckers.ts \
	 ../../../i18n/da/kcheckers.ts \
	 ../../../i18n/xx/kcheckers.ts \
	 ../../../i18n/en/kcheckers.ts \
	 ../../../i18n/es/kcheckers.ts \
	 ../../../i18n/fr/kcheckers.ts \
	 ../../../i18n/hu/kcheckers.ts \
	 ../../../i18n/ja/kcheckers.ts \
	 ../../../i18n/ko/kcheckers.ts \
	 ../../../i18n/no/kcheckers.ts \
	 ../../../i18n/pl/kcheckers.ts \
	 ../../../i18n/pt/kcheckers.ts \
	 ../../../i18n/pt_BR/kcheckers.ts \
	 ../../../i18n/sl/kcheckers.ts \
	 ../../../i18n/zh_CN/kcheckers.ts \
	 ../../../i18n/zh_TW/kcheckers.ts



include ( ../../../include.pro )