mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Add QJson files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user