From 747eb4562acb43de862efa7a39c567a2a74c15e8 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 25 Dec 2010 13:56:11 +0000 Subject: [PATCH] Moved IP filter parser to the QtLibtorrent subproject --- src/{ => qtlibtorrent}/filterparserthread.h | 0 src/qtlibtorrent/qtlibtorrent.pri | 5 +++-- src/src.pro | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) rename src/{ => qtlibtorrent}/filterparserthread.h (100%) diff --git a/src/filterparserthread.h b/src/qtlibtorrent/filterparserthread.h similarity index 100% rename from src/filterparserthread.h rename to src/qtlibtorrent/filterparserthread.h diff --git a/src/qtlibtorrent/qtlibtorrent.pri b/src/qtlibtorrent/qtlibtorrent.pri index 19206ac31..cfc081773 100644 --- a/src/qtlibtorrent/qtlibtorrent.pri +++ b/src/qtlibtorrent/qtlibtorrent.pri @@ -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 diff --git a/src/src.pro b/src/src.pro index 558e55de8..dd9f031e0 100644 --- a/src/src.pro +++ b/src/src.pro @@ -96,7 +96,6 @@ include (preferences/preferences.pri) HEADERS += misc.h \ downloadthread.h \ - filterparserthread.h \ stacktrace.h \ torrentpersistentdata.h \ filesystemwatcher.h \