mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
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
|
|
}
|