summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /noncore/apps/oxygen
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'noncore/apps/oxygen') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro
index 5381e10..84ae7c5 100644
--- a/noncore/apps/oxygen/oxygen.pro
+++ b/noncore/apps/oxygen/oxygen.pro
@@ -21,24 +21,28 @@ SOURCES = main.cpp \
21INCLUDEPATH += $(OPIEDIR)/include 21INCLUDEPATH += $(OPIEDIR)/include
22DEPENDPATH += $(OPIEDIR)/include 22DEPENDPATH += $(OPIEDIR)/include
23 LIBS += -lqpe -lstdc++ 23 LIBS += -lqpe -lstdc++
24 INTERFACES= calcdlg.ui 24 INTERFACES= calcdlg.ui
25 TARGET = oxygen 25 TARGET = oxygen
26 DESTDIR = $(OPIEDIR)/bin 26 DESTDIR = $(OPIEDIR)/bin
27 27
28TRANSLATIONS = ../../../i18n/de/oxygen.ts \ 28TRANSLATIONS = ../../../i18n/de/oxygen.ts \
29 ../../../i18n/xx/oxygen.ts \ 29 ../../../i18n/xx/oxygen.ts \
30 ../../../i18n/en/oxygen.ts \ 30 ../../../i18n/en/oxygen.ts \
31 ../../../i18n/es/oxygen.ts \ 31 ../../../i18n/es/oxygen.ts \
32 ../../../i18n/fr/oxygen.ts \ 32 ../../../i18n/fr/oxygen.ts \
33 ../../../i18n/hu/oxygen.ts \ 33 ../../../i18n/hu/oxygen.ts \
34 ../../../i18n/ja/oxygen.ts \ 34 ../../../i18n/ja/oxygen.ts \
35 ../../../i18n/ko/oxygen.ts \ 35 ../../../i18n/ko/oxygen.ts \
36 ../../../i18n/no/oxygen.ts \ 36 ../../../i18n/no/oxygen.ts \
37 ../../../i18n/pl/oxygen.ts \ 37 ../../../i18n/pl/oxygen.ts \
38 ../../../i18n/pt/oxygen.ts \ 38 ../../../i18n/pt/oxygen.ts \
39 ../../../i18n/pt_BR/oxygen.ts \ 39 ../../../i18n/pt_BR/oxygen.ts \
40 ../../../i18n/sl/oxygen.ts \ 40 ../../../i18n/sl/oxygen.ts \
41 ../../../i18n/zh_CN/oxygen.ts \ 41 ../../../i18n/zh_CN/oxygen.ts \
42 ../../../i18n/zh_TW/oxygen.ts \ 42 ../../../i18n/zh_TW/oxygen.ts \
43 ../../../i18n/it/oxygen.ts \ 43 ../../../i18n/it/oxygen.ts \
44 ../../../i18n/da/oxygen.ts 44 ../../../i18n/da/oxygen.ts
45
46
47
48include ( ../../../include.pro )