mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-09 00:27:28 +03:00
16 lines
424 B
Text
16 lines
424 B
Text
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/qbtsession.h \
|
|
$$PWD/qtorrenthandle.h \
|
|
$$PWD/bandwidthscheduler.h \
|
|
$$PWD/trackerinfos.h \
|
|
qtlibtorrent/torrentspeedmonitor.h
|
|
|
|
SOURCES += $$PWD/qbtsession.cpp \
|
|
$$PWD/qtorrenthandle.cpp \
|
|
qtlibtorrent/torrentspeedmonitor.cpp
|
|
|
|
!contains(DEFINES, DISABLE_GUI) {
|
|
HEADERS += $$PWD/torrentmodel.h
|
|
SOURCES += $$PWD/torrentmodel.cpp
|
|
}
|