mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -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
|