Browse Source

Moved IP filter parser to the QtLibtorrent subproject

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
747eb4562a
  1. 0
      src/qtlibtorrent/filterparserthread.h
  2. 5
      src/qtlibtorrent/qtlibtorrent.pri
  3. 1
      src/src.pro

0
src/filterparserthread.h → src/qtlibtorrent/filterparserthread.h

5
src/qtlibtorrent/qtlibtorrent.pri

@ -4,11 +4,12 @@ HEADERS += $$PWD/qbtsession.h \ @@ -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

1
src/src.pro

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

Loading…
Cancel
Save