mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/qtracker.h \
|
|
$$PWD/trackerannouncerequest.h \
|
|
$$PWD/qpeer.h
|
|
|
|
SOURCES += \
|
|
$$PWD/qtracker.cpp
|