author | llornkcor <llornkcor> | 2003-04-06 18:48:08 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-04-06 18:48:08 (UTC) |
commit | 215efb47060fbfe67deb4b1bbd14c44ae08caed6 (patch) (unidiff) | |
tree | f41e45be40451ed5613f41e2658671e6ad203695 | |
parent | 0fb091cf20873fc8bcdb3eaee8f303c08cdc39f3 (diff) | |
download | opie-215efb47060fbfe67deb4b1bbd14c44ae08caed6.zip opie-215efb47060fbfe67deb4b1bbd14c44ae08caed6.tar.gz opie-215efb47060fbfe67deb4b1bbd14c44ae08caed6.tar.bz2 |
fix
-rw-r--r-- | noncore/net/mailit/mailit.pro | 5 | ||||
-rw-r--r-- | noncore/unsupported/mailit/mailit.pro | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/noncore/net/mailit/mailit.pro b/noncore/net/mailit/mailit.pro index 653f2e2..d51126a 100644 --- a/noncore/net/mailit/mailit.pro +++ b/noncore/net/mailit/mailit.pro | |||
@@ -1,44 +1,43 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = emailclient.h \ | 3 | HEADERS = emailclient.h \ |
4 | emailhandler.h \ | 4 | emailhandler.h \ |
5 | emaillistitem.h \ | 5 | emaillistitem.h \ |
6 | mailitwindow.h \ | 6 | mailitwindow.h \ |
7 | md5.h \ | 7 | md5.h \ |
8 | popclient.h \ | 8 | popclient.h \ |
9 | readmail.h \ | 9 | readmail.h \ |
10 | smtpclient.h \ | 10 | smtpclient.h \ |
11 | writemail.h \ | 11 | writemail.h \ |
12 | textparser.h \ | 12 | textparser.h \ |
13 | viewatt.h \ | 13 | viewatt.h \ |
14 | addatt.h \ | 14 | addatt.h \ |
15 | editaccount.h \ | 15 | editaccount.h \ |
16 | maillist.h \ | 16 | maillist.h \ |
17 | addresslist.h | 17 | addresslist.h |
18 | SOURCES = emailclient.cpp \ | 18 | SOURCES = emailclient.cpp \ |
19 | emailhandler.cpp \ | 19 | emailhandler.cpp \ |
20 | emaillistitem.cpp \ | 20 | emaillistitem.cpp \ |
21 | mailitwindow.cpp \ | 21 | mailitwindow.cpp \ |
22 | main.cpp \ | 22 | main.cpp \ |
23 | md5.c \ | 23 | md5.c \ |
24 | popclient.cpp \ | 24 | popclient.cpp \ |
25 | readmail.cpp \ | 25 | readmail.cpp \ |
26 | smtpclient.cpp \ | 26 | smtpclient.cpp \ |
27 | writemail.cpp \ | 27 | writemail.cpp \ |
28 | textparser.cpp \ | 28 | textparser.cpp \ |
29 | viewatt.cpp \ | 29 | viewatt.cpp \ |
30 | addatt.cpp \ | 30 | addatt.cpp \ |
31 | editaccount.cpp \ | 31 | editaccount.cpp \ |
32 | maillist.cpp \ | 32 | maillist.cpp \ |
33 | addresslist.cpp | 33 | addresslist.cpp |
34 | 34 | ||
35 | DESTDIR = ../bin | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | INCLUDEPATH += $(QPEDIR)/include:../library | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | DEPENDPATH += $(QPEDIR)/include:../library | ||
38 | LIBS += -lqpe | 37 | LIBS += -lqpe |
39 | # -lssl | 38 | # -lssl |
40 | MOC_DIR=qpeobj | 39 | MOC_DIR=qpeobj |
41 | OBJECTS_DIR=qpeobj | 40 | OBJECTS_DIR=qpeobj |
42 | DESTDIR=$(OPIEDIR)/bin | 41 | DESTDIR=$(OPIEDIR)/bin |
43 | 42 | ||
44 | include ( $(OPIEDIR)/include.pro ) | 43 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mailit/mailit.pro b/noncore/unsupported/mailit/mailit.pro index 653f2e2..d51126a 100644 --- a/noncore/unsupported/mailit/mailit.pro +++ b/noncore/unsupported/mailit/mailit.pro | |||
@@ -1,44 +1,43 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = emailclient.h \ | 3 | HEADERS = emailclient.h \ |
4 | emailhandler.h \ | 4 | emailhandler.h \ |
5 | emaillistitem.h \ | 5 | emaillistitem.h \ |
6 | mailitwindow.h \ | 6 | mailitwindow.h \ |
7 | md5.h \ | 7 | md5.h \ |
8 | popclient.h \ | 8 | popclient.h \ |
9 | readmail.h \ | 9 | readmail.h \ |
10 | smtpclient.h \ | 10 | smtpclient.h \ |
11 | writemail.h \ | 11 | writemail.h \ |
12 | textparser.h \ | 12 | textparser.h \ |
13 | viewatt.h \ | 13 | viewatt.h \ |
14 | addatt.h \ | 14 | addatt.h \ |
15 | editaccount.h \ | 15 | editaccount.h \ |
16 | maillist.h \ | 16 | maillist.h \ |
17 | addresslist.h | 17 | addresslist.h |
18 | SOURCES = emailclient.cpp \ | 18 | SOURCES = emailclient.cpp \ |
19 | emailhandler.cpp \ | 19 | emailhandler.cpp \ |
20 | emaillistitem.cpp \ | 20 | emaillistitem.cpp \ |
21 | mailitwindow.cpp \ | 21 | mailitwindow.cpp \ |
22 | main.cpp \ | 22 | main.cpp \ |
23 | md5.c \ | 23 | md5.c \ |
24 | popclient.cpp \ | 24 | popclient.cpp \ |
25 | readmail.cpp \ | 25 | readmail.cpp \ |
26 | smtpclient.cpp \ | 26 | smtpclient.cpp \ |
27 | writemail.cpp \ | 27 | writemail.cpp \ |
28 | textparser.cpp \ | 28 | textparser.cpp \ |
29 | viewatt.cpp \ | 29 | viewatt.cpp \ |
30 | addatt.cpp \ | 30 | addatt.cpp \ |
31 | editaccount.cpp \ | 31 | editaccount.cpp \ |
32 | maillist.cpp \ | 32 | maillist.cpp \ |
33 | addresslist.cpp | 33 | addresslist.cpp |
34 | 34 | ||
35 | DESTDIR = ../bin | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | INCLUDEPATH += $(QPEDIR)/include:../library | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | DEPENDPATH += $(QPEDIR)/include:../library | ||
38 | LIBS += -lqpe | 37 | LIBS += -lqpe |
39 | # -lssl | 38 | # -lssl |
40 | MOC_DIR=qpeobj | 39 | MOC_DIR=qpeobj |
41 | OBJECTS_DIR=qpeobj | 40 | OBJECTS_DIR=qpeobj |
42 | DESTDIR=$(OPIEDIR)/bin | 41 | DESTDIR=$(OPIEDIR)/bin |
43 | 42 | ||
44 | include ( $(OPIEDIR)/include.pro ) | 43 | include ( $(OPIEDIR)/include.pro ) |