qBittorrent/src/qtlibtorrent/qtlibtorrent.pri

15 lines
340 B
Text
Raw Normal View History

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