mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += $$PWD/qbtsession.h \
|
||
|
$$PWD/qtorrenthandle.h
|
||
|
|
||
|
SOURCES += $$PWD/qbtsession.cpp \
|
||
|
$$PWD/qtorrenthandle.cpp
|