summaryrefslogtreecommitdiff
path: root/noncore/games/go/go.pro
blob: 76cc4f24757c62f4aa4f269a9d2b416b2600c5fa (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
DESTDIR		= $(OPIEDIR)/bin
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= amigo.h \
		  go.h \
		  goplayutils.h \
		  gowidget.h
SOURCES		= amigo.c \
		goplayer.c \
		goplayutils.c \
		killable.c \
		gowidget.cpp \
		main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
TARGET		= go



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