summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave/sfcave.pro
blob: a0df828cb2a03045fd6c5ba7a05fccf0f5234f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= app
CONFIG		+= qt warn_on 
DESTDIR		= $(OPIEDIR)/bin
SOURCES 	= sfcave.cpp helpwindow.cpp random.cpp
HEADERS 	= sfcave.h helpwindow.h random.h
TARGET		= sfcave
INCLUDEPATH 	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe



include ( $(OPIEDIR)/include.pro )