New controller for serving favoritess.

This commit is contained in:
Luis Ángel San Martín
2016-08-23 18:20:16 +02:00
parent a17de2e7ef
commit 69b83dae5b
3 changed files with 58 additions and 2 deletions

View File

@ -23,7 +23,8 @@ HEADERS += \
$$PWD/yacreader_http_session.h \
$$PWD/yacreader_http_session_store.h \
$$PWD/controllers/tagcontentcontroller.h \
$$PWD/yacreader_server_data_helper.h
$$PWD/yacreader_server_data_helper.h \
$$PWD/controllers/favoritescontroller.h
SOURCES += \
$$PWD/static.cpp \
@ -47,7 +48,8 @@ SOURCES += \
$$PWD/yacreader_http_session.cpp \
$$PWD/yacreader_http_session_store.cpp \
$$PWD/controllers/tagcontentcontroller.cpp \
$$PWD/yacreader_server_data_helper.cpp
$$PWD/yacreader_server_data_helper.cpp \
$$PWD/controllers/favoritescontroller.cpp
include(lib/logging/logging.pri)
include(lib/httpserver/httpserver.pri)