summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.pro
blob: 8453a74c0cc11e13c696a9ff74eecbac340f37f4 (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
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.pro.in.ts
TRANSLATIONS += ../../../i18n/en/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/es/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/fr/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/hu/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/ja/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/ko/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/no/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/pl/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/pt/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/pt_BR/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/sl/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/zh_CN/minesweep.pro.in.ts
TRANSLATIONS += ../../../i18n/zh_TW/minesweep.pro.in.ts