author | cniehaus <cniehaus> | 2002-11-15 19:05:58 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-11-15 19:05:58 (UTC) |
commit | 11116312592ada97b202f09c6e9ee57c9dd80b84 (patch) (unidiff) | |
tree | be74446b73e8dfe94fdf55d2189695383b8f23b4 | |
parent | 5a6e66edad1070f624d54320278d00372f112213 (diff) | |
download | opie-11116312592ada97b202f09c6e9ee57c9dd80b84.zip opie-11116312592ada97b202f09c6e9ee57c9dd80b84.tar.gz opie-11116312592ada97b202f09c6e9ee57c9dd80b84.tar.bz2 |
dk
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 10d342b..4e4e292 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -1,42 +1,43 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = oxygen.h \ | 3 | HEADERS = oxygen.h \ |
4 | kmolcalc.h \ | 4 | kmolcalc.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 \ | 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 | ||