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