mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-08 08:07:23 +03:00
8 lines
159 B
Text
8 lines
159 B
Text
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += $$PWD/qbtsession.h \
|
||
|
$$PWD/qtorrenthandle.h
|
||
|
|
||
|
SOURCES += $$PWD/qbtsession.cpp \
|
||
|
$$PWD/qtorrenthandle.cpp
|