summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mail.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/mail.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro48
1 files changed, 26 insertions, 22 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index 2542344..dd3c337 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on debug quick-app
+CONFIG += qt warn_on debug quick-app
-HEADERS = defines.h \
+HEADERS = defines.h \
logindialog.h \
@@ -8,7 +8,7 @@ HEADERS = defines.h \
composemail.h \
- accountview.h \
- mainwindow.h \
+ accountview.h \
+ mainwindow.h \
viewmail.h \
viewmailbase.h \
- opiemail.h \
+ opiemail.h \
imapwrapper.h \
@@ -17,11 +17,13 @@ HEADERS = defines.h \
pop3wrapper.h \
- abstractmail.h \
- settingsdialog.h \
- statuswidget.h \
- smtpwrapper.h
+ abstractmail.h \
+ settingsdialog.h \
+ statuswidget.h \
+ smtpwrapper.h \
+ genericwrapper.h \
+ mboxwrapper.h
-SOURCES = main.cpp \
- opiemail.cpp \
- mainwindow.cpp \
- accountview.cpp \
+SOURCES = main.cpp \
+ opiemail.cpp \
+ mainwindow.cpp \
+ accountview.cpp \
composemail.cpp \
@@ -37,8 +39,10 @@ SOURCES = main.cpp \
pop3wrapper.cpp \
- abstractmail.cpp \
- settingsdialog.cpp \
- statuswidget.cpp \
- smtpwrapper.cpp
+ abstractmail.cpp \
+ settingsdialog.cpp \
+ statuswidget.cpp \
+ smtpwrapper.cpp \
+ genericwrapper.cpp \
+ mboxwrapper.cpp
-INTERFACES = editaccountsui.ui \
+INTERFACES = editaccountsui.ui \
selectmailtypeui.ui \
@@ -51,4 +55,4 @@ INTERFACES = editaccountsui.ui \
composemailui.ui \
- settingsdialogui.ui \
- statuswidgetui.ui
+ settingsdialogui.ui \
+ statuswidgetui.ui
@@ -58,5 +62,5 @@ CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
contains( CONFTEST, y ){
- LIBS += -lqpe -letpan -lssl -lcrypto -lopie -liconv
+ LIBS += -lqpe -letpan -lssl -lcrypto -lopie -liconv
}else{
- LIBS += -lqpe -letpan -lssl -lcrypto -lopie
+ LIBS += -lqpe -letpan -lssl -lcrypto -lopie
}