summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave/sfcave.pro
blob: bfb3c28e2f4c02076241fd0a27d11688e3e700a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= app
CONFIG		+= qt warn_on release
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 )