Add QJson files.

This commit is contained in:
Vladimir Golovnev (Glassez)
2014-06-04 10:10:06 +04:00
parent 6e59877cee
commit f9c3719d12
18 changed files with 7824 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ HEADERS += $$PWD/httpserver.h \
$$PWD/prefjson.h \
$$PWD/httpheader.h \
$$PWD/httprequestheader.h \
$$PWD/httpresponseheader.h
$$PWD/httpresponseheader.h \
$$PWD/jsonutils.h
SOURCES += $$PWD/httpserver.cpp \
$$PWD/httpconnection.cpp \
@@ -20,4 +21,9 @@ SOURCES += $$PWD/httpserver.cpp \
$$PWD/httprequestheader.cpp \
$$PWD/httpresponseheader.cpp
# QJson JSON parser/serializer for using with Qt4
lessThan(QT_MAJOR_VERSION, 5) {
include(qjson/qjson.pri)
}
RESOURCES += $$PWD/webui.qrc