summaryrefslogtreecommitdiff
path: root/noncore/games/chess/chess.pro
blob: dd0f8891143e8337b554f2ab40d568c47d79d42e (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
SOURCES	+= chess.cpp main.cpp 
HEADERS	+= chess.h 
DESTDIR = $(OPIEDIR)/bin
TARGET = chess
DEPENDPATH	+= $(OPIEDIR)/include
INTERFACES = mainwindow.ui 
IMAGES	= images/new.png images/repeat.png images/txt.png images/back.png 
TEMPLATE	=app
CONFIG	+= qt warn_on release
INCLUDEPATH += $(OPIEDIR)/include
LIBS	+= -lqpe
DBFILE	= chess.db
LANGUAGE	= C++
CPP_ALWAYS_CREATE_SOURCE	= TRUE

TRANSLATIONS = ../../../i18n/de/chess.ts \
	 ../../../i18n/en/chess.ts \
	 ../../../i18n/es/chess.ts \
	 ../../../i18n/fr/chess.ts \
	 ../../../i18n/hu/chess.ts \
	 ../../../i18n/ja/chess.ts \
	 ../../../i18n/ko/chess.ts \
	 ../../../i18n/no/chess.ts \
	 ../../../i18n/pl/chess.ts \
	 ../../../i18n/pt/chess.ts \
	 ../../../i18n/pt_BR/chess.ts \
	 ../../../i18n/sl/chess.ts \
	 ../../../i18n/zh_CN/chess.ts \
	 ../../../i18n/zh_TW/chess.ts