summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/opie-sh.pro
blob: c6c18468a176fa3b91fac69fc27b8706790cff19 (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
TEMPLATE			=app
CONFIG				+=qt warn_on release
DESTDIR				=$(OPIEDIR)/bin
HEADERS				=mbox.h fviewer.h inputdialog.h
SOURCES				=opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp
INCLUDEPATH		+=$(OPIEDIR)/include
DEPENDPATH		+=$(OPIEDIR)/include
LIBS						+=-lqpe
TARGET                   = opie-sh

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