summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.pro
blob: 6f07375cecdd2fc18b446fbf333c49c4cba9ed7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG		= qt warn_on  quick-app
HEADERS		= minefield.h \
		  minesweep.h
SOURCES		= main.cpp \
		  minefield.cpp \
		  minesweep.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2
INTERFACES	=
TARGET		= minesweep

include ( $(OPIEDIR)/include.pro )