summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mail.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
index 6e498fd..50d7c68 100644
--- a/noncore/unsupported/mail2/mail.pro
+++ b/noncore/unsupported/mail2/mail.pro
@@ -3,46 +3,43 @@ CONFIG = qt warn_on release
3 HEADERS = accounteditor.h \ 3 HEADERS = accounteditor.h \
4 addresspicker.h \ 4 addresspicker.h \
5 attachdiag.h \ 5 attachdiag.h \
6 composer.h \ 6 composer.h \
7 composerbase.h \ 7 composerbase.h \
8 configdiag.h \ 8 configdiag.h \
9 folderwidget.h \ 9 folderwidget.h \
10 listviewplus.h \ 10 listviewplus.h \
11 mailtable.h \ 11 mailtable.h \
12 mainwindow.h \ 12 mainwindow.h \
13 mainwindowbase.h \ 13 mainwindowbase.h \
14 opendiag.h \ 14 opendiag.h \
15 passdiag.h \
16 rename.h \ 15 rename.h \
17 searchdiag.h \ 16 searchdiag.h \
18 viewmail.h \ 17 viewmail.h \
19 viewmailbase.h 18 viewmailbase.h
20 SOURCES = accounteditor.cpp \ 19 SOURCES = accounteditor.cpp \
21 addresspicker.cpp \ 20 addresspicker.cpp \
22 attachdiag.cpp \ 21 attachdiag.cpp \
23 composer.cpp \ 22 composer.cpp \
24 composerbase.cpp \ 23 composerbase.cpp \
25 configdiag.cpp \ 24 configdiag.cpp \
26 folderwidget.cpp \ 25 folderwidget.cpp \
27 listviewplus.cpp \ 26 listviewplus.cpp \
28 mailtable.cpp \ 27 mailtable.cpp \
29 main.cpp \ 28 main.cpp \
30 mainwindow.cpp \ 29 mainwindow.cpp \
31 mainwindowbase.cpp \ 30 mainwindowbase.cpp \
32 opendiag.cpp \ 31 opendiag.cpp \
33 passdiag.cpp \
34 rename.cpp \ 32 rename.cpp \
35 searchdiag.cpp \ 33 searchdiag.cpp \
36 viewmail.cpp \ 34 viewmail.cpp \
37 viewmailbase.cpp 35 viewmailbase.cpp
38 INTERFACES = accounteditorbase.ui \ 36 INTERFACES = accounteditorbase.ui \
39 addresspickerbase.ui \ 37 addresspickerbase.ui \
40 configdiagbase.ui \ 38 configdiagbase.ui \
41 opendiagbase.ui \ 39 opendiagbase.ui \
42 passdiagbase.ui \
43 renamebase.ui \ 40 renamebase.ui \
44 searchdiagbase.ui 41 searchdiagbase.ui
45 INCLUDEPATH += $(OPIEDIR)/include libmail 42 INCLUDEPATH += $(OPIEDIR)/include libmail
46 LIBS += -lmail -lqpe 43 LIBS += -lmail -lqpe
47 TARGET = mail 44 TARGET = mail
48 DESTDIR = $(OPIEDIR)/bin 45 DESTDIR = $(OPIEDIR)/bin