FEATURE: qBittorrent can update dynamic DNS services (DynDNS, no-ip)

This commit is contained in:
Christophe Dumez
2011-04-15 13:02:39 +00:00
parent fd4f46485c
commit c85cb8799e
10 changed files with 559 additions and 8 deletions

View File

@@ -101,13 +101,15 @@ HEADERS += misc.h \
filesystemwatcher.h \
scannedfoldersmodel.h \
qinisettings.h \
smtp.h
smtp.h \
dnsupdater.h
SOURCES += main.cpp \
downloadthread.cpp \
scannedfoldersmodel.cpp \
misc.cpp \
smtp.cpp
smtp.cpp \
dnsupdater.cpp
nox {
HEADERS += headlessloader.h