summaryrefslogtreecommitdiff
path: root/noncore/games/parashoot/parashoot.pro
blob: 2b433f66f0a4d0873b097adb9db46c1878cf77be (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 )