mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-27 18:58:05 -06:00
Keep reorganizing code (RSS)
This commit is contained in:
19
src/rss/rss.pri
Normal file
19
src/rss/rss.pri
Normal file
@@ -0,0 +1,19 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
!contains(DEFINES, DISABLE_GUI) {
|
||||
|
||||
HEADERS += $$PWD/rss.h \
|
||||
$$PWD/rss_imp.h \
|
||||
$$PWD/rsssettings.h \
|
||||
$$PWD/feeddownloader.h \
|
||||
$$PWD/feedList.h \
|
||||
|
||||
SOURCES += $$PWD/rss.cpp \
|
||||
$$PWD/rss_imp.cpp \
|
||||
$$PWD/rsssettings.cpp
|
||||
|
||||
FORMS += $$PWD/ui/rss.ui \
|
||||
$$PWD/ui/feeddownloader.ui \
|
||||
$$PWD/ui/rsssettings.ui
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user