summaryrefslogtreecommitdiff
path: root/noncore/games/parashoot/parashoot.pro
blob: b7c28fbe1bdc83573e4f02e403e1dea49ae2b0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG		+= qt warn_on  quick-app
HEADERS		= interface.h man.h cannon.h base.h bullet.h helicopter.h
SOURCES		= main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp
TARGET		= parashoot
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2



include( $(OPIEDIR)/include.pro )