Now using cpp14polyfills.h

This commit is contained in:
Daniel Brunner
2018-10-05 00:00:11 +02:00
parent 7f5df336e0
commit 38770b214a
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
#include <memory>
#include "cpp14polyfills.h"
#include "webserver.h"
#include "httprequest.h"
#include "httpresponse.h"

View File

@@ -1,6 +1,6 @@
QT += core network
DBLIBS += webserverlib
DBLIBS += dbcore webserverlib
HEADERS += fileserverplugin.h \
fileserverapplication.h