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



include ( $(OPIEDIR)/include.pro )