summaryrefslogtreecommitdiff
path: root/noncore/games/parashoot/parashoot.pro
blob: d8e4b1f33b12e20aa5bb5b392b5b30a67743e9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 \
	 ../../../i18n/da/parashoot.ts \
	 ../../../i18n/xx/parashoot.ts \
	 ../../../i18n/en/parashoot.ts \
	 ../../../i18n/es/parashoot.ts \
	 ../../../i18n/fr/parashoot.ts \
	 ../../../i18n/hu/parashoot.ts \
	 ../../../i18n/ja/parashoot.ts \
	 ../../../i18n/ko/parashoot.ts \
	 ../../../i18n/no/parashoot.ts \
	 ../../../i18n/pl/parashoot.ts \
	 ../../../i18n/pt/parashoot.ts \
	 ../../../i18n/pt_BR/parashoot.ts \
	 ../../../i18n/sl/parashoot.ts \
	 ../../../i18n/zh_CN/parashoot.ts \
	 ../../../i18n/zh_TW/parashoot.ts



include ( ../../../include.pro )