summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.pro
blob: 87484bcc18e80f3c7120dc3755b603e9fb085f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(QPEDIR)/bin
HEADERS		= minefield.h \
		  minesweep.h
SOURCES		= main.cpp \
		  minefield.cpp \
		  minesweep.cpp
INCLUDEPATH += $(QPEDIR)/include
DEPENDPATH	+= $(QPEDIR)/include
LIBS            += -lqpe
INTERFACES	= 

TRANSLATIONS = ../i18n/de/minesweep.ts