1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 00:37:58 +00:00

Moved IP filter parser to the QtLibtorrent subproject

This commit is contained in:
Christophe Dumez 2010-12-25 13:56:11 +00:00
parent 61d9f68bee
commit 747eb4562a
3 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,12 @@ HEADERS += $$PWD/qbtsession.h \
$$PWD/qtorrenthandle.h \
$$PWD/bandwidthscheduler.h \
$$PWD/trackerinfos.h \
qtlibtorrent/torrentspeedmonitor.h
$$PWD/torrentspeedmonitor.h \
$$PWD/filterparserthread.h \
SOURCES += $$PWD/qbtsession.cpp \
$$PWD/qtorrenthandle.cpp \
qtlibtorrent/torrentspeedmonitor.cpp
$$PWD/torrentspeedmonitor.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += $$PWD/torrentmodel.h

View File

@ -96,7 +96,6 @@ include (preferences/preferences.pri)
HEADERS += misc.h \
downloadthread.h \
filterparserthread.h \
stacktrace.h \
torrentpersistentdata.h \
filesystemwatcher.h \