author | conber <conber> | 2002-06-16 10:29:22 (UTC) |
---|---|---|
committer | conber <conber> | 2002-06-16 10:29:22 (UTC) |
commit | 29aa18a58685f3a3250832a427bec69c7608c2e6 (patch) (side-by-side diff) | |
tree | b4591986ce9d74e4bc4e32cf0b3ac02f95199222 | |
parent | ac7ddc479efedd5cbfb0f4a8a3e4fa304abfaa91 (diff) | |
download | opie-29aa18a58685f3a3250832a427bec69c7608c2e6.zip opie-29aa18a58685f3a3250832a427bec69c7608c2e6.tar.gz opie-29aa18a58685f3a3250832a427bec69c7608c2e6.tar.bz2 |
removed passdiag
-rw-r--r-- | noncore/unsupported/mail2/mail.pro | 3 |
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 @@ -9,13 +9,12 @@ HEADERS = accounteditor.h \ folderwidget.h \ listviewplus.h \ mailtable.h \ mainwindow.h \ mainwindowbase.h \ opendiag.h \ - passdiag.h \ rename.h \ searchdiag.h \ viewmail.h \ viewmailbase.h SOURCES = accounteditor.cpp \ addresspicker.cpp \ @@ -27,22 +26,20 @@ SOURCES = accounteditor.cpp \ listviewplus.cpp \ mailtable.cpp \ main.cpp \ mainwindow.cpp \ mainwindowbase.cpp \ opendiag.cpp \ - passdiag.cpp \ rename.cpp \ searchdiag.cpp \ viewmail.cpp \ viewmailbase.cpp INTERFACES = accounteditorbase.ui \ addresspickerbase.ui \ configdiagbase.ui \ opendiagbase.ui \ - passdiagbase.ui \ renamebase.ui \ searchdiagbase.ui INCLUDEPATH += $(OPIEDIR)/include libmail LIBS += -lmail -lqpe TARGET = mail DESTDIR = $(OPIEDIR)/bin |