qBittorrent/src/qtlibtorrent/qtlibtorrent.pri

17 lines
424 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 \
qtlibtorrent/torrentspeedmonitor.h
SOURCES += $$PWD/qbtsession.cpp \
2010-12-18 18:34:38 +03:00
$$PWD/qtorrenthandle.cpp \
qtlibtorrent/torrentspeedmonitor.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += $$PWD/torrentmodel.h
SOURCES += $$PWD/torrentmodel.cpp
}