mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Moved cookiesdlg to the rss subproject
This commit is contained in:
parent
147060fdee
commit
8c33daa369
@ -11,7 +11,8 @@ HEADERS += $$PWD/rss_imp.h \
|
||||
$$PWD/automatedrssdownloader.h \
|
||||
$$PWD/rsssettings.h \
|
||||
$$PWD/rssdownloadrule.h \
|
||||
$$PWD/rssdownloadrulelist.h
|
||||
$$PWD/rssdownloadrulelist.h \
|
||||
$$PWD/cookiesdlg.h \
|
||||
|
||||
SOURCES += $$PWD/rss_imp.cpp \
|
||||
$$PWD/rsssettingsdlg.cpp \
|
||||
@ -22,8 +23,10 @@ SOURCES += $$PWD/rss_imp.cpp \
|
||||
$$PWD/rssarticle.cpp \
|
||||
$$PWD/automatedrssdownloader.cpp \
|
||||
$$PWD/rssdownloadrule.cpp \
|
||||
$$PWD/rssdownloadrulelist.cpp
|
||||
$$PWD/rssdownloadrulelist.cpp \
|
||||
$$PWD/cookiesdlg.cpp \
|
||||
|
||||
FORMS += $$PWD/rss.ui \
|
||||
$$PWD/rsssettingsdlg.ui \
|
||||
$$PWD/automatedrssdownloader.ui
|
||||
$$PWD/automatedrssdownloader.ui \
|
||||
$$PWD/cookiesdlg.ui
|
||||
|
@ -306,7 +306,6 @@ contains(DEFINES, DISABLE_GUI) {
|
||||
torrentadditiondlg.h \
|
||||
trackerlogin.h \
|
||||
advancedsettings.h \
|
||||
cookiesdlg.h \
|
||||
hidabletabwidget.h \
|
||||
sessionapplication.h \
|
||||
torrentimportdlg.h
|
||||
@ -365,7 +364,6 @@ include(tracker/tracker.pri)
|
||||
ui/console.ui \
|
||||
ui/peer.ui \
|
||||
ui/confirmdeletiondlg.ui \
|
||||
ui/cookiesdlg.ui \
|
||||
ui/torrentimportdlg.ui
|
||||
}
|
||||
|
||||
@ -380,7 +378,6 @@ SOURCES += main.cpp \
|
||||
options_imp.cpp \
|
||||
ico.cpp \
|
||||
transferlistwidget.cpp \
|
||||
cookiesdlg.cpp \
|
||||
torrentadditiondlg.cpp \
|
||||
sessionapplication.cpp \
|
||||
torrentimportdlg.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user