mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Moved IP filter parser to the QtLibtorrent subproject
This commit is contained in:
@@ -4,11 +4,12 @@ HEADERS += $$PWD/qbtsession.h \
|
|||||||
$$PWD/qtorrenthandle.h \
|
$$PWD/qtorrenthandle.h \
|
||||||
$$PWD/bandwidthscheduler.h \
|
$$PWD/bandwidthscheduler.h \
|
||||||
$$PWD/trackerinfos.h \
|
$$PWD/trackerinfos.h \
|
||||||
qtlibtorrent/torrentspeedmonitor.h
|
$$PWD/torrentspeedmonitor.h \
|
||||||
|
$$PWD/filterparserthread.h \
|
||||||
|
|
||||||
SOURCES += $$PWD/qbtsession.cpp \
|
SOURCES += $$PWD/qbtsession.cpp \
|
||||||
$$PWD/qtorrenthandle.cpp \
|
$$PWD/qtorrenthandle.cpp \
|
||||||
qtlibtorrent/torrentspeedmonitor.cpp
|
$$PWD/torrentspeedmonitor.cpp
|
||||||
|
|
||||||
!contains(DEFINES, DISABLE_GUI) {
|
!contains(DEFINES, DISABLE_GUI) {
|
||||||
HEADERS += $$PWD/torrentmodel.h
|
HEADERS += $$PWD/torrentmodel.h
|
||||||
|
|||||||
@@ -96,7 +96,6 @@ include (preferences/preferences.pri)
|
|||||||
|
|
||||||
HEADERS += misc.h \
|
HEADERS += misc.h \
|
||||||
downloadthread.h \
|
downloadthread.h \
|
||||||
filterparserthread.h \
|
|
||||||
stacktrace.h \
|
stacktrace.h \
|
||||||
torrentpersistentdata.h \
|
torrentpersistentdata.h \
|
||||||
filesystemwatcher.h \
|
filesystemwatcher.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user