2010-10-09 18:06:35 +04:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += $$PWD/qbtsession.h \
|
2010-10-09 18:32:00 +04:00
|
|
|
$$PWD/qtorrenthandle.h \
|
|
|
|
$$PWD/bandwidthscheduler.h \
|
|
|
|
$$PWD/trackerinfos.h
|
2010-10-09 18:06:35 +04:00
|
|
|
|
|
|
|
SOURCES += $$PWD/qbtsession.cpp \
|
|
|
|
$$PWD/qtorrenthandle.cpp
|