Remove old JSON classes.

Conflicts:
	src/webui/json.cpp
	src/webui/webui.pri
This commit is contained in:
Vladimir Golovnev (Glassez)
2014-06-04 10:07:39 +04:00
committed by sledgehammer999
parent d8c40084a7
commit b14777584e
7 changed files with 0 additions and 435 deletions

View File

@@ -4,9 +4,6 @@ HEADERS += $$PWD/httpserver.h \
$$PWD/httpconnection.h \
$$PWD/httprequestparser.h \
$$PWD/httpresponsegenerator.h \
$$PWD/json.h \
$$PWD/jsonlist.h \
$$PWD/jsondict.h \
$$PWD/btjson.h \
$$PWD/prefjson.h
@@ -14,10 +11,7 @@ SOURCES += $$PWD/httpserver.cpp \
$$PWD/httpconnection.cpp \
$$PWD/httprequestparser.cpp \
$$PWD/httpresponsegenerator.cpp \
$$PWD/jsonlist.cpp \
$$PWD/jsondict.cpp \
$$PWD/btjson.cpp \
$$PWD/json.cpp \
$$PWD/prefjson.cpp
RESOURCES += $$PWD/webui.qrc