mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 23:27:28 +03:00
16 lines
452 B
Text
16 lines
452 B
Text
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += $$PWD/httpserver.h \
|
||
|
$$PWD/httpconnection.h \
|
||
|
$$PWD/httprequestparser.h \
|
||
|
$$PWD/httpresponsegenerator.h \
|
||
|
$$PWD/eventmanager.h \
|
||
|
$$PWD/json.h
|
||
|
|
||
|
SOURCES += $$PWD/httpserver.cpp \
|
||
|
$$PWD/httpconnection.cpp \
|
||
|
$$PWD/httprequestparser.cpp \
|
||
|
$$PWD/httpresponsegenerator.cpp \
|
||
|
$$PWD/eventmanager.cpp
|
||
|
|
||
|
RESOURCES += $$PWD/webui.qrc
|