mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
WebUI core redesign.
This commit is contained in:
@@ -10,6 +10,7 @@ HEADERS += $$PWD/httpserver.h \
|
||||
$$PWD/httptypes.h \
|
||||
$$PWD/extra_translations.h \
|
||||
$$PWD/webapplication.h \
|
||||
$$PWD/abstractrequesthandler.h \
|
||||
$$PWD/requesthandler.h
|
||||
|
||||
SOURCES += $$PWD/httpserver.cpp \
|
||||
@@ -19,6 +20,7 @@ SOURCES += $$PWD/httpserver.cpp \
|
||||
$$PWD/btjson.cpp \
|
||||
$$PWD/prefjson.cpp \
|
||||
$$PWD/webapplication.cpp \
|
||||
$$PWD/abstractrequesthandler.cpp \
|
||||
$$PWD/requesthandler.cpp
|
||||
|
||||
# QJson JSON parser/serializer for using with Qt4
|
||||
|
||||
Reference in New Issue
Block a user