Email notification on download completion

This commit is contained in:
Christophe Dumez
2010-08-19 18:47:57 +00:00
parent ee01c2c745
commit d8dd3834c3
39 changed files with 3887 additions and 2380 deletions

View File

@@ -295,7 +295,8 @@ HEADERS += misc.h \
preferences.h \
bandwidthscheduler.h \
scannedfoldersmodel.h \
qinisettings.h
qinisettings.h \
smtp.h
contains(DEFINES, DISABLE_GUI) {
HEADERS += headlessloader.h
@@ -399,7 +400,8 @@ SOURCES += main.cpp \
httpresponsegenerator.cpp \
eventmanager.cpp \
scannedfoldersmodel.cpp \
misc.cpp
misc.cpp \
smtp.cpp
!contains(DEFINES, DISABLE_GUI) {
SOURCES += GUI.cpp \