mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 22:45:05 -04:00
HttpServer: use settings structures in place of QSettings
This commit is contained in:
@@ -30,7 +30,11 @@ HEADERS += $$PWD/httpglobal.h \
|
||||
$$PWD/httprequesthandler.h \
|
||||
$$PWD/httpsession.h \
|
||||
$$PWD/httpsessionstore.h \
|
||||
$$PWD/staticfilecontroller.h
|
||||
$$PWD/staticfilecontroller.h \
|
||||
$$PWD/httplistenersettings.h \
|
||||
$$PWD/httpdocrootsettings.h \
|
||||
$$PWD/httpsessionssettings.h
|
||||
|
||||
|
||||
SOURCES += $$PWD/httpglobal.cpp \
|
||||
$$PWD/httplistener.cpp \
|
||||
|
||||
Reference in New Issue
Block a user