summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.pro
blob: 8c7a960e93b336a87f9d0ee6800c0864a53d03a3 (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
TEMPLATE	= app
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
HEADERS		= mobilemsg.h
SOURCES		= main.cpp mobilemsg.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
TARGET		= mobilemsg
DESTDIR		= $(OPIEDIR)/bin
INTERFACES	= mobilemsgbase.ui

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