summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.pro
blob: 42432c29ae42f4b49b34b272293a2a4d2227ae89 (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
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= minefield.h \
		  minesweep.h
SOURCES		= main.cpp \
		  minefield.cpp \
		  minesweep.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	= 

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