author | kergoth <kergoth> | 2003-01-24 19:06:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-24 19:06:21 (UTC) |
commit | 6cfe4eba71e715c2e9ee7bc7ad3dc28513f12574 (patch) (unidiff) | |
tree | 77235ce8081d9d3d23b0ef68e35fdcd5b6c98a33 | |
parent | 8921c75ded2ef715d2720530a2ac61c176221fe3 (diff) | |
download | opie-6cfe4eba71e715c2e9ee7bc7ad3dc28513f12574.zip opie-6cfe4eba71e715c2e9ee7bc7ad3dc28513f12574.tar.gz opie-6cfe4eba71e715c2e9ee7bc7ad3dc28513f12574.tar.bz2 |
include path correction, use opiedir rather than relative.
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 84ae7c5..0c7cfcf 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -1,48 +1,48 @@ | |||
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 -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 | ||
28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ | 28 | TRANSLATIONS = ../../../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 | 45 | ||
46 | 46 | ||
47 | 47 | ||
48 | include ( ../../../include.pro ) | 48 | include ( $(OPIEDIR)/include.pro ) |