author | cniehaus <cniehaus> | 2002-11-17 17:18:28 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-11-17 17:18:28 (UTC) |
commit | c1e23ff3fcf83d26f06797af56f6b48e43388cdc (patch) (unidiff) | |
tree | e99ecfa4ae04c1e7a8079b7a72277aae4f6da3ca | |
parent | bf2e3a43fb586274fd5aa67941a9a8671180628d (diff) | |
download | opie-c1e23ff3fcf83d26f06797af56f6b48e43388cdc.zip opie-c1e23ff3fcf83d26f06797af56f6b48e43388cdc.tar.gz opie-c1e23ff3fcf83d26f06797af56f6b48e43388cdc.tar.bz2 |
s/dk/da and added a \
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 4e4e292..77cbf77 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -10,34 +10,34 @@ HEADERS = oxygen.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 \ | 29 | ../../../i18n/en/oxygen.ts \ |
30 | ../../../i18n/es/oxygen.ts \ | 30 | ../../../i18n/es/oxygen.ts \ |
31 | ../../../i18n/fr/oxygen.ts \ | 31 | ../../../i18n/fr/oxygen.ts \ |
32 | ../../../i18n/hu/oxygen.ts \ | 32 | ../../../i18n/hu/oxygen.ts \ |
33 | ../../../i18n/ja/oxygen.ts \ | 33 | ../../../i18n/ja/oxygen.ts \ |
34 | ../../../i18n/ko/oxygen.ts \ | 34 | ../../../i18n/ko/oxygen.ts \ |
35 | ../../../i18n/no/oxygen.ts \ | 35 | ../../../i18n/no/oxygen.ts \ |
36 | ../../../i18n/pl/oxygen.ts \ | 36 | ../../../i18n/pl/oxygen.ts \ |
37 | ../../../i18n/pt/oxygen.ts \ | 37 | ../../../i18n/pt/oxygen.ts \ |
38 | ../../../i18n/pt_BR/oxygen.ts \ | 38 | ../../../i18n/pt_BR/oxygen.ts \ |
39 | ../../../i18n/sl/oxygen.ts \ | 39 | ../../../i18n/sl/oxygen.ts \ |
40 | ../../../i18n/zh_CN/oxygen.ts \ | 40 | ../../../i18n/zh_CN/oxygen.ts \ |
41 | ../../../i18n/zh_TW/oxygen.ts \ | 41 | ../../../i18n/zh_TW/oxygen.ts \ |
42 | ../../../i18n/it/oxygen.ts | 42 | ../../../i18n/it/oxygen.ts \ |
43 | ../../../i18n/dk/oxygen.ts | 43 | ../../../i18n/da/oxygen.ts |