1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00
qBittorrent/src/qtlibtorrent/qtlibtorrent.pri

15 lines
340 B
Plaintext
Raw Normal View History

INCLUDEPATH += $$PWD
HEADERS += $$PWD/qbtsession.h \
2010-10-09 14:32:00 +00:00
$$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
}