qBittorrent/src/qtlibtorrent/qtlibtorrent.pri

20 lines
504 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 \
2010-12-18 18:34:38 +03:00
$$PWD/trackerinfos.h \
$$PWD/torrentspeedmonitor.h \
2011-01-11 22:42:34 +03:00
$$PWD/filterparserthread.h
SOURCES += $$PWD/qbtsession.cpp \
2010-12-18 18:34:38 +03:00
$$PWD/qtorrenthandle.cpp \
$$PWD/torrentspeedmonitor.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += $$PWD/torrentmodel.h \
$$PWD/shutdownconfirm.h
SOURCES += $$PWD/torrentmodel.cpp
}