1
0
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:
f4exb
2017-11-13 01:01:15 +01:00
parent bc793b4095
commit 9a77311b2a
7 changed files with 165 additions and 2 deletions
+5 -1
View File
@@ -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 \