summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.pro
blob: 61c7085807e191bc05ba0b631c759031f1ef2c8f (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
31
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= buzzword.h 
SOURCES		= buzzword.cpp main.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
DESTDIR     = $(OPIEDIR)/bin
LIBS        += -lqpe
TARGET		= buzzword 

TRANSLATIONS = ../../../i18n/de/buzzword.ts \
	 ../../../i18n/da/buzzword.ts \
	 ../../../i18n/xx/buzzword.ts \
	 ../../../i18n/en/buzzword.ts \
	 ../../../i18n/es/buzzword.ts \
	 ../../../i18n/fr/buzzword.ts \
	 ../../../i18n/hu/buzzword.ts \
	 ../../../i18n/ja/buzzword.ts \
	 ../../../i18n/ko/buzzword.ts \
	 ../../../i18n/no/buzzword.ts \
	 ../../../i18n/pl/buzzword.ts \
	 ../../../i18n/pt/buzzword.ts \
	 ../../../i18n/pt_BR/buzzword.ts \
	 ../../../i18n/sl/buzzword.ts \
	 ../../../i18n/zh_CN/buzzword.ts \
	 ../../../i18n/zh_TW/buzzword.ts \
   	 ../../../i18n/it/buzzword.ts



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