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