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 \