mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-05 14:47:25 +03:00
14 lines
340 B
Text
14 lines
340 B
Text
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/qbtsession.h \
|
|
$$PWD/qtorrenthandle.h \
|
|
$$PWD/bandwidthscheduler.h \
|
|
$$PWD/trackerinfos.h
|
|
|
|
SOURCES += $$PWD/qbtsession.cpp \
|
|
$$PWD/qtorrenthandle.cpp
|
|
|
|
!contains(DEFINES, DISABLE_GUI) {
|
|
HEADERS += $$PWD/torrentmodel.h
|
|
SOURCES += $$PWD/torrentmodel.cpp
|
|
}
|