mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Rewrite code for returning information about torrents as JSON (Web UI)
- The new code is simpler, cleaner and more efficient
This commit is contained in:
@@ -5,12 +5,19 @@ HEADERS += $$PWD/httpserver.h \
|
||||
$$PWD/httprequestparser.h \
|
||||
$$PWD/httpresponsegenerator.h \
|
||||
$$PWD/eventmanager.h \
|
||||
$$PWD/json.h
|
||||
$$PWD/json.h \
|
||||
$$PWD/jsonlist.h \
|
||||
$$PWD/jsondict.h \
|
||||
$$PWD/btjson.h
|
||||
|
||||
SOURCES += $$PWD/httpserver.cpp \
|
||||
$$PWD/httpconnection.cpp \
|
||||
$$PWD/httprequestparser.cpp \
|
||||
$$PWD/httpresponsegenerator.cpp \
|
||||
$$PWD/eventmanager.cpp
|
||||
$$PWD/eventmanager.cpp \
|
||||
$$PWD/jsonlist.cpp \
|
||||
$$PWD/jsondict.cpp \
|
||||
$$PWD/btjson.cpp \
|
||||
$$PWD/json.cpp
|
||||
|
||||
RESOURCES += $$PWD/webui.qrc
|
||||
RESOURCES += $$PWD/webui.qrc
|
||||
|
||||
Reference in New Issue
Block a user