summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mail.pro
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/mail.pro') (more/less context) (ignore 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 @@
+TEMPLATE = app
+CONFIG = qt warn_on release
+HEADERS = accounteditor.h \
+ addresspicker.h \
+ attachdiag.h \
+ composer.h \
+ composerbase.h \
+ configdiag.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 \
+ attachdiag.cpp \
+ composer.cpp \
+ composerbase.cpp \
+ configdiag.cpp \
+ folderwidget.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