Moved all of the header files to a separate directory.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
#include <QObjectHandler>
|
||||
#include <QHttpEngine/QObjectHandler>
|
||||
|
||||
class ApiHandler : public QObjectHandler
|
||||
{
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
#include <QRegExp>
|
||||
#include <QStringList>
|
||||
|
||||
#include <QFilesystemHandler>
|
||||
#include <QHttpHandler>
|
||||
#include <QHttpServer>
|
||||
#include <QHttpEngine/QFilesystemHandler>
|
||||
#include <QHttpEngine/QHttpHandler>
|
||||
#include <QHttpEngine/QHttpServer>
|
||||
|
||||
#include "apihandler.h"
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
#include <QHostAddress>
|
||||
#include <QStringList>
|
||||
|
||||
#include <QFilesystemHandler>
|
||||
#include <QHttpServer>
|
||||
#include <QHttpEngine/QFilesystemHandler>
|
||||
#include <QHttpEngine/QHttpServer>
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user