summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mail.pro
authorconber <conber>2002-06-15 09:46:14 (UTC)
committer conber <conber>2002-06-15 09:46:14 (UTC)
commit7f2eef29708380844922f34f59ba4e9beefbf7c3 (patch) (unidiff)
treef57125fbaabddecc35d6677f1b9e48a4594165d5 /noncore/unsupported/mail2/mail.pro
parent0acbdd392814589df303b6e50c79d9822e3db27a (diff)
downloadopie-7f2eef29708380844922f34f59ba4e9beefbf7c3.zip
opie-7f2eef29708380844922f34f59ba4e9beefbf7c3.tar.gz
opie-7f2eef29708380844922f34f59ba4e9beefbf7c3.tar.bz2
initial checkin
Diffstat (limited to 'noncore/unsupported/mail2/mail.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mail.pro48
1 files changed, 48 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
new file mode 100644
index 0000000..6e498fd
--- a/dev/null
+++ b/noncore/unsupported/mail2/mail.pro
@@ -0,0 +1,48 @@
1 TEMPLATE = app
2 CONFIG = qt warn_on release
3 HEADERS = accounteditor.h \
4 addresspicker.h \
5 attachdiag.h \
6 composer.h \
7 composerbase.h \
8 configdiag.h \
9 folderwidget.h \
10 listviewplus.h \
11 mailtable.h \
12 mainwindow.h \
13 mainwindowbase.h \
14 opendiag.h \
15 passdiag.h \
16 rename.h \
17 searchdiag.h \
18 viewmail.h \
19 viewmailbase.h
20 SOURCES = accounteditor.cpp \
21 addresspicker.cpp \
22 attachdiag.cpp \
23 composer.cpp \
24 composerbase.cpp \
25 configdiag.cpp \
26 folderwidget.cpp \
27 listviewplus.cpp \
28 mailtable.cpp \
29 main.cpp \
30 mainwindow.cpp \
31 mainwindowbase.cpp \
32 opendiag.cpp \
33 passdiag.cpp \
34 rename.cpp \
35 searchdiag.cpp \
36 viewmail.cpp \
37 viewmailbase.cpp
38 INTERFACES = accounteditorbase.ui \
39 addresspickerbase.ui \
40 configdiagbase.ui \
41 opendiagbase.ui \
42 passdiagbase.ui \
43 renamebase.ui \
44 searchdiagbase.ui
45 INCLUDEPATH += $(OPIEDIR)/include libmail
46 LIBS += -lmail -lqpe
47 TARGET = mail
48 DESTDIR = $(OPIEDIR)/bin