summaryrefslogtreecommitdiff
path: root/noncore/games/parashoot/parashoot.pro
blob: 741adc6149935aa3d235c45bdfbc297af9a85f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE	= app
CONFIG		+= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
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

TRANSLATIONS = ../i18n/de/parashoot.ts
TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
TRANSLATIONS   += ../i18n/en/parashoot.ts
TRANSLATIONS   += ../i18n/hu/parashoot.ts
TRANSLATIONS   += ../i18n/ja/parashoot.ts
TRANSLATIONS   += ../i18n/ko/parashoot.ts
TRANSLATIONS   += ../i18n/no/parashoot.ts
TRANSLATIONS   += ../i18n/zh_CN/parashoot.ts
TRANSLATIONS   += ../i18n/zh_TW/parashoot.ts