mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 12:18:05 -06:00
- Merged custom-search branch. New search plugins management system
This commit is contained in:
@@ -150,12 +150,13 @@ HEADERS += GUI.h misc.h options_imp.h about_imp.h \
|
||||
bittorrent.h searchEngine.h \
|
||||
rss.h rss_imp.h FinishedTorrents.h \
|
||||
allocationDlg.h FinishedListDelegate.h \
|
||||
qtorrenthandle.h downloadingTorrents.h
|
||||
qtorrenthandle.h downloadingTorrents.h \
|
||||
engineSelectDlg.h
|
||||
FORMS += MainWindow.ui options.ui about.ui \
|
||||
properties.ui createtorrent.ui preview.ui \
|
||||
login.ui downloadFromURL.ui addTorrentDialog.ui \
|
||||
search.ui rss.ui seeding.ui bandwidth_limit.ui \
|
||||
download.ui
|
||||
download.ui engineSelect.ui
|
||||
SOURCES += GUI.cpp \
|
||||
main.cpp \
|
||||
options_imp.cpp \
|
||||
@@ -166,5 +167,6 @@ SOURCES += GUI.cpp \
|
||||
rss_imp.cpp \
|
||||
FinishedTorrents.cpp \
|
||||
qtorrenthandle.cpp \
|
||||
downloadingTorrents.cpp
|
||||
downloadingTorrents.cpp \
|
||||
engineSelectDlg.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user