qBittorrent/src/qtlibtorrent/qtlibtorrent.pri

18 lines
464 B
Text
Raw Normal View History

INCLUDEPATH += $$PWD
HEADERS += $$PWD/qbtsession.h \
2010-10-09 14:32:00 +00:00
$$PWD/qtorrenthandle.h \
$$PWD/bandwidthscheduler.h \
2010-12-18 15:34:38 +00:00
$$PWD/trackerinfos.h \
$$PWD/torrentspeedmonitor.h \
2011-01-11 19:42:34 +00:00
$$PWD/filterparserthread.h
SOURCES += $$PWD/qbtsession.cpp \
2010-12-18 15:34:38 +00:00
$$PWD/qtorrenthandle.cpp \
$$PWD/torrentspeedmonitor.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += $$PWD/torrentmodel.h
SOURCES += $$PWD/torrentmodel.cpp
}