author | cniehaus <cniehaus> | 2002-09-21 14:01:55 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-09-21 14:01:55 (UTC) |
commit | 315177912cc5cc74da93f47cc7ef3e5c1049b9fa (patch) (unidiff) | |
tree | 4797d393b0540e546f65a02f7ddc9d5da24cab07 | |
parent | 5051eb4d1500c2bc76cec16dfddba5af4b7e41d4 (diff) | |
download | opie-315177912cc5cc74da93f47cc7ef3e5c1049b9fa.zip opie-315177912cc5cc74da93f47cc7ef3e5c1049b9fa.tar.gz opie-315177912cc5cc74da93f47cc7ef3e5c1049b9fa.tar.bz2 |
add other languages
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 8f9e4ea..857f5a8 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -5,24 +5,38 @@ HEADERS = oxygen.h \ | |||
5 | kmolelements.h \ | 5 | kmolelements.h \ |
6 | calcdlgui.h \ | 6 | calcdlgui.h \ |
7 | dataTable.h \ | 7 | dataTable.h \ |
8 | psewidget.h \ | 8 | psewidget.h \ |
9 | oxyframe.h \ | 9 | oxyframe.h \ |
10 | datawidgetui.h | 10 | datawidgetui.h |
11 | 11 | ||
12 | SOURCES = main.cpp \ | 12 | SOURCES = main.cpp \ |
13 | oxygen.cpp \ | 13 | oxygen.cpp \ |
14 | kmolcalc.cpp \ | 14 | kmolcalc.cpp \ |
15 | calcdlgui.cpp \ | 15 | calcdlgui.cpp \ |
16 | kmolelements.cpp \ | 16 | kmolelements.cpp \ |
17 | dataTable.cpp \ | 17 | dataTable.cpp \ |
18 | psewidget.cpp \ | 18 | psewidget.cpp \ |
19 | oxyframe.cpp \ | 19 | oxyframe.cpp \ |
20 | datawidgetui.cpp | 20 | datawidgetui.cpp |
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH += $(OPIEDIR)/include | 22 | DEPENDPATH += $(OPIEDIR)/include |
23 | LIBS += -lqpe | 23 | LIBS += -lqpe |
24 | INTERFACES= calcdlg.ui | 24 | INTERFACES= calcdlg.ui |
25 | TARGET = oxygen | 25 | TARGET = oxygen |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts | 28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts |
29 | ../../../i18n/en/oxygen.ts \ | ||
30 | ../../../i18n/es/oxygen.ts \ | ||
31 | ../../../i18n/fr/oxygen.ts \ | ||
32 | ../../../i18n/hu/oxygen.ts \ | ||
33 | ../../../i18n/ja/oxygen.ts \ | ||
34 | ../../../i18n/ko/oxygen.ts \ | ||
35 | ../../../i18n/no/oxygen.ts \ | ||
36 | ../../../i18n/pl/oxygen.ts \ | ||
37 | ../../../i18n/pt/oxygen.ts \ | ||
38 | ../../../i18n/pt_BR/oxygen.ts \ | ||
39 | ../../../i18n/sl/oxygen.ts \ | ||
40 | ../../../i18n/zh_CN/oxygen.ts \ | ||
41 | ../../../i18n/zh_TW/oxygen.ts \ | ||
42 | ../../../i18n/it/oxygen.ts | ||