1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-05 03:14:44 +00:00
qBittorrent/src/qtlibtorrent/qtlibtorrent.pri

10 lines
233 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