Remove unused httpsession and httpsessionstore from build (#4785)

This commit is contained in:
Paul Johnson
2026-01-04 17:28:56 +00:00
committed by GitHub
parent ab1b9633d0
commit f3d50c4f3a

View File

@@ -472,8 +472,6 @@ HEADERS += $$HTPATH/httpglobal.h \
$$HTPATH/httpresponse.h \
$$HTPATH/httpcookie.h \
$$HTPATH/httprequesthandler.h \
$$HTPATH/httpsession.h \
$$HTPATH/httpsessionstore.h \
$$HTPATH/staticfilecontroller.h
SOURCES += $$HTPATH/httpglobal.cpp \
$$HTPATH/httplistener.cpp \
@@ -483,8 +481,6 @@ SOURCES += $$HTPATH/httpglobal.cpp \
$$HTPATH/httpresponse.cpp \
$$HTPATH/httpcookie.cpp \
$$HTPATH/httprequesthandler.cpp \
$$HTPATH/httpsession.cpp \
$$HTPATH/httpsessionstore.cpp \
$$HTPATH/staticfilecontroller.cpp