Added cookie support for RSS feeds (Needs testing)

This commit is contained in:
Christophe Dumez
2010-05-17 14:57:45 +00:00
parent 119bda1595
commit 994c798264
10 changed files with 243 additions and 11 deletions

View File

@@ -247,7 +247,8 @@ HEADERS += misc.h \
filesystemwatcher.h \
preferences.h \
bandwidthscheduler.h \
scannedfoldersmodel.h
scannedfoldersmodel.h \
cookiesdlg.h
contains(DEFINES, DISABLE_GUI):HEADERS += headlessloader.h
else:HEADERS += GUI.h \
@@ -309,7 +310,8 @@ else:HEADERS += GUI.h \
ui/feeddownloader.ui \
ui/propertieswidget.ui \
ui/peer.ui \
ui/confirmdeletiondlg.ui
ui/confirmdeletiondlg.ui \
ui/cookiesdlg.ui
SOURCES += main.cpp \
bittorrent.cpp \
@@ -321,7 +323,8 @@ SOURCES += main.cpp \
httpresponsegenerator.cpp \
eventmanager.cpp \
scannedfoldersmodel.cpp \
misc.cpp
misc.cpp \
cookiesdlg.cpp
!contains(DEFINES, DISABLE_GUI):SOURCES += GUI.cpp \
options_imp.cpp \
@@ -337,3 +340,4 @@ SOURCES += main.cpp \
peerlistwidget.cpp
DESTDIR = .