summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.pro
blob: 00c8c92b19450c9a0906395d90425ea05b94c0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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