summaryrefslogtreecommitdiff
path: root/noncore/games/qasteroids/qasteroids.pro
blob: 5876f8b6ba7ec9912b432f1a07bb4f6931e14495 (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
TEMPLATE	= app
CONFIG		+= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= ledmeter.h  sprites.h  toplevel.h  view.h
SOURCES		= ledmeter.cpp  toplevel.cpp  view.cpp main.cpp
TARGET		= qasteroids
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe



TRANSLATIONS = ../../../i18n/de/qasteroids.ts
TRANSLATIONS += ../../../i18n/en/qasteroids.ts
TRANSLATIONS += ../../../i18n/es/qasteroids.ts
TRANSLATIONS += ../../../i18n/fr/qasteroids.ts
TRANSLATIONS += ../../../i18n/hu/qasteroids.ts
TRANSLATIONS += ../../../i18n/ja/qasteroids.ts
TRANSLATIONS += ../../../i18n/ko/qasteroids.ts
TRANSLATIONS += ../../../i18n/no/qasteroids.ts
TRANSLATIONS += ../../../i18n/pl/qasteroids.ts
TRANSLATIONS += ../../../i18n/pt/qasteroids.ts
TRANSLATIONS += ../../../i18n/pt_BR/qasteroids.ts
TRANSLATIONS += ../../../i18n/sl/qasteroids.ts
TRANSLATIONS += ../../../i18n/zh_CN/qasteroids.ts
TRANSLATIONS += ../../../i18n/zh_TW/qasteroids.ts