mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Improved ETA calculation
This commit is contained in:
@@ -3,10 +3,12 @@ INCLUDEPATH += $$PWD
|
||||
HEADERS += $$PWD/qbtsession.h \
|
||||
$$PWD/qtorrenthandle.h \
|
||||
$$PWD/bandwidthscheduler.h \
|
||||
$$PWD/trackerinfos.h
|
||||
$$PWD/trackerinfos.h \
|
||||
qtlibtorrent/torrentspeedmonitor.h
|
||||
|
||||
SOURCES += $$PWD/qbtsession.cpp \
|
||||
$$PWD/qtorrenthandle.cpp
|
||||
$$PWD/qtorrenthandle.cpp \
|
||||
qtlibtorrent/torrentspeedmonitor.cpp
|
||||
|
||||
!contains(DEFINES, DISABLE_GUI) {
|
||||
HEADERS += $$PWD/torrentmodel.h
|
||||
|
||||
Reference in New Issue
Block a user