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 \
|
2010-12-18 18:34:38 +03:00
|
|
|
$$PWD/trackerinfos.h \
|
2010-12-25 16:56:11 +03:00
|
|
|
$$PWD/torrentspeedmonitor.h \
|
2011-01-11 22:42:34 +03:00
|
|
|
$$PWD/filterparserthread.h
|
2010-10-09 18:06:35 +04:00
|
|
|
|
|
|
|
SOURCES += $$PWD/qbtsession.cpp \
|
2010-12-18 18:34:38 +03:00
|
|
|
$$PWD/qtorrenthandle.cpp \
|
2010-12-25 16:56:11 +03:00
|
|
|
$$PWD/torrentspeedmonitor.cpp
|
2010-11-14 18:28:22 +03:00
|
|
|
|
|
|
|
!contains(DEFINES, DISABLE_GUI) {
|
2011-02-05 17:51:31 +03:00
|
|
|
HEADERS += $$PWD/torrentmodel.h \
|
|
|
|
$$PWD/shutdownconfirm.h
|
|
|
|
|
2010-11-14 18:28:22 +03:00
|
|
|
SOURCES += $$PWD/torrentmodel.cpp
|
|
|
|
}
|